修改文字

This commit is contained in:
zhangmanman
2021-09-27 14:59:47 +08:00
parent 1061a588c6
commit 5d83183a89
7 changed files with 193 additions and 12 deletions

View File

@@ -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
}