提现
This commit is contained in:
+46
-12
@@ -52,18 +52,6 @@ export function uploadImage(params) {
|
||||
export const uploadImg = "/common/upload/image";
|
||||
|
||||
|
||||
/**
|
||||
* 检查版本更新
|
||||
* @param {Object} data
|
||||
*/
|
||||
export function checkAppVersion(data) {
|
||||
return request({
|
||||
url: "/common/checkAppVersion",
|
||||
method: "post",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询分享海报
|
||||
@@ -99,4 +87,50 @@ export function getCarouselImage(data) {
|
||||
method: "get",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
export function getWithdraw(data) {
|
||||
return request({
|
||||
url: "/withdrawAccount/getWithdrawAccountsList",
|
||||
method: "get",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
export function bindWithdraw(data) {
|
||||
return request({
|
||||
url: "/withdrawAccount/bindWithdrawAccount",
|
||||
method: "post",
|
||||
data,
|
||||
cha:1
|
||||
});
|
||||
}
|
||||
|
||||
export function unbindWithdraw(data) {
|
||||
return request({
|
||||
url: "/withdrawAccount/unbindWithdrawAccount",
|
||||
method: "get",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
export function sendWithdraw(data) {
|
||||
return request({
|
||||
url: "/withdraw/withdraw",
|
||||
method: "post",
|
||||
data,
|
||||
cha:1
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查版本更新
|
||||
* @param {Object} data
|
||||
*/
|
||||
export function checkAppVersion(data) {
|
||||
return request({
|
||||
url: "/common/checkAppVersion",
|
||||
method: "post",
|
||||
data,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user