Commit 79773fc5 by zhengxiao

feat: 余额接口由原先的php接口替换为javascript接口

parent 7b954202
......@@ -29,6 +29,6 @@ export const COMMIT_ORDER = `${BASE_URL_JAVA}/api/consult/consult/commit-order`
export const IS_PAY = `${BASE_URL_JAVA}/api/auth/Order/orderIsPay`
export const MY_BALANCE = `${BASE_GATEWAY}/v3/uc/mybalance`
export const MY_BALANCE = `${BASE_URL_JAVA}/api/auth/cashierV2/myBalance`
export const PAY_CHECK_INTERVAL = `${BASE_URL_JAVA}/api/pay/auth/pay/payCheckInterval`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment