This commit is contained in:
caolc
2023-05-08 10:45:07 +08:00
parent 8fd25deedf
commit 1c3e0f9662
27 changed files with 388 additions and 297 deletions

View File

@@ -5,7 +5,7 @@ export default {
// 微信下单 支付
aggregatePay(data) {
return request({
url: `/${service_name}/yiBaoPay/wxPay`,
url: `/xkhl-finance/yiBaoPay/wxPay`,
method: 'post',
data: data
})