订单,提现功能调整

This commit is contained in:
唐明明
2023-01-12 16:15:29 +08:00
parent 9fbfcf3273
commit da7b903547
21 changed files with 624 additions and 61 deletions

View File

@@ -15,6 +15,14 @@ const cms = id => {
})
}
// 关注公众号
const scan = id => {
return request({
url : 'app/scan/code',
})
}
export {
cms
cms,
scan
}