交易市场

This commit is contained in:
唐明明
2021-09-18 12:00:49 +08:00
parent 314f43f0cc
commit bab69de284
8 changed files with 22320 additions and 21697 deletions

View File

@@ -41,10 +41,9 @@ const marketsBuy = (id, data) => {
}
// 转让市场支付
const marketsPay = (id, platform, data) => {
const marketsPay = (id, platform) => {
return request({
url: 'markets/pay/' + id + '/' + platform,
data
url: 'markets/pay/' + id + '/' + platform
})
}