update
This commit is contained in:
@@ -390,6 +390,13 @@ const system = {
|
||||
data: data
|
||||
});
|
||||
},
|
||||
setExchangeTop: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/task/setExchangeTop",
|
||||
data: data
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
export default system;
|
||||
|
||||
Reference in New Issue
Block a user