新增分享,找回密码,实名认证,签约
This commit is contained in:
23
api/interfaces/withdraw.js
Normal file
23
api/interfaces/withdraw.js
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 手太欠
|
||||
* 愿这世界都如故事里一样 美好而动人~
|
||||
*/
|
||||
|
||||
import { req } from "../request"
|
||||
|
||||
// 账户提现前置
|
||||
const create = () => req({
|
||||
url: "withdraws/index/create",
|
||||
})
|
||||
|
||||
// 提现
|
||||
const withdraws = data => req({
|
||||
url : 'withdraws/index',
|
||||
method : 'POST',
|
||||
data
|
||||
})
|
||||
|
||||
export default ({
|
||||
create,
|
||||
withdraws
|
||||
})
|
||||
Reference in New Issue
Block a user