Commit c6bec22b72cc164a43d3aef4ac76e1a272b7f0d0
1 parent
cfccdf5c
v1.9 优化缴费页面扫码缴费
Showing
2 changed files
with
4 additions
and
4 deletions
src/api/fee/payFeeOrderApi.js
| ... | ... | @@ -119,7 +119,7 @@ export function qrCodePayment(data) { |
| 119 | 119 | data.communityId = getCommunityId() |
| 120 | 120 | data.subServiceCode = 'fee.payFee' |
| 121 | 121 | request({ |
| 122 | - url: '/payment/qrCodePayment', | |
| 122 | + url: '/payment.qrCodePayment', | |
| 123 | 123 | method: 'post', |
| 124 | 124 | data |
| 125 | 125 | }).then(response => { |
| ... | ... | @@ -136,7 +136,7 @@ export function checkPayFinish(data) { |
| 136 | 136 | data.communityId = getCommunityId() |
| 137 | 137 | data.subServiceCode = 'fee.payFee' |
| 138 | 138 | request({ |
| 139 | - url: '/payment/checkPayFinish', | |
| 139 | + url: '/payment.checkPayFinish', | |
| 140 | 140 | method: 'post', |
| 141 | 141 | data |
| 142 | 142 | }).then(response => { | ... | ... |