update
This commit is contained in:
@@ -122,6 +122,31 @@ const admin = {
|
||||
data: data
|
||||
});
|
||||
},
|
||||
getStatusAttr: async () => {
|
||||
return request({
|
||||
url: '/admin/exchangelog/getStatusAttr',
|
||||
method: Method.POST
|
||||
});
|
||||
},
|
||||
getPattenAttr: async () => {
|
||||
return request({
|
||||
url: '/admin/exchangelog/getPattenAttr',
|
||||
method: Method.POST
|
||||
});
|
||||
},
|
||||
getTypeAttr: async () => {
|
||||
return request({
|
||||
url: '/admin/exchangelog/getTypeAttr',
|
||||
method: Method.POST
|
||||
});
|
||||
},
|
||||
getExchangeLog: async (data) => {
|
||||
return request({
|
||||
url: '/admin/exchangelog/getExchangeLog',
|
||||
method: Method.POST,
|
||||
data: data
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
export default admin;
|
||||
|
||||
Reference in New Issue
Block a user