no message

This commit is contained in:
2025-11-11 18:27:56 +08:00
parent 39a9252576
commit ad378f164d
8 changed files with 674 additions and 282 deletions
+8
View File
@@ -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));