修改文字
This commit is contained in:
@@ -46,10 +46,20 @@ const userAgree = () =>{
|
||||
})
|
||||
}
|
||||
|
||||
// 上传打款凭证
|
||||
const vipVoucher = (data) =>{
|
||||
return request({
|
||||
url : 'user/voucher/store',
|
||||
method : 'POST',
|
||||
data : data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
identities,
|
||||
vipOrder,
|
||||
vipWechatPay,
|
||||
vipCont,
|
||||
userAgree
|
||||
userAgree,
|
||||
vipVoucher
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user