no message
This commit is contained in:
@@ -37,6 +37,14 @@ export function getWithdrawalRule(params) {
|
||||
}
|
||||
|
||||
|
||||
export function unbindExchUsers(data) {
|
||||
// return request.post('/common/getSmsCode',qs.stringify(params));
|
||||
return request({
|
||||
url: "/finance/unbindExchUsers",
|
||||
method: "post",
|
||||
data,
|
||||
});
|
||||
}
|
||||
// 提前申请
|
||||
export function withdrawal(data) {
|
||||
// return request.post('/common/getSmsCode',qs.stringify(params));
|
||||
|
||||
Reference in New Issue
Block a user