mirror of
https://gitee.com/bootx/dax-pay-h5
synced 2026-08-07 05:45:45 +08:00
refactor: 渠道授权回调接口路径调整
This commit is contained in:
@@ -6,7 +6,7 @@ import { http } from '@/shared/utils/http/axios'
|
||||
*/
|
||||
export function authAndGet(param: AuthCodeParam): Promise<AuthResult> {
|
||||
return http.request<AuthResult>({
|
||||
url: '/unipay/assist/channel/auth/auth',
|
||||
url: '/unipay/gateway/auth/callback',
|
||||
method: RequestEnum.POST,
|
||||
data: param,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user