mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-12 23:45:39 +08:00
style 请求接口地址调整
This commit is contained in:
@@ -58,7 +58,7 @@ export function getChannel(id) {
|
||||
*/
|
||||
export function syncById(id) {
|
||||
return defHttp.post<Result<PaySyncResult>>({
|
||||
url: '/order/pay/sync',
|
||||
url: '/order/pay/syncById',
|
||||
params: { id },
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user