style 请求接口地址调整

This commit is contained in:
bootx
2024-01-30 22:06:52 +08:00
parent 48f6e3a779
commit 7a7fbd4015

View File

@@ -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 },
})
}