update
This commit is contained in:
@@ -561,6 +561,20 @@ const merchant = {
|
||||
data: data
|
||||
});
|
||||
},
|
||||
finshReply: async (data) => {
|
||||
return request({
|
||||
url: '/index/task/finshReply',
|
||||
method: Method.POST,
|
||||
data: data
|
||||
});
|
||||
},
|
||||
getBackinfo: async (data) => {
|
||||
return request({
|
||||
url: '/index/task/getBackinfo',
|
||||
method: Method.POST,
|
||||
data: data
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
export default merchant;
|
||||
|
||||
Reference in New Issue
Block a user