add:新增优化功能
This commit is contained in:
@@ -95,6 +95,15 @@ export const convertToOwned = (orderId) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 不想还了转为自用(按最高费用)
|
||||
export const closeWithMaxFee = (orderNo) => {
|
||||
console.log('不想还了转为自用,订单号:', orderNo)
|
||||
return request({
|
||||
url: `/app/order/closeWithMaxFee/${orderNo}`,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 通过订单号获取支付分订单信息
|
||||
export const getOrderByOrderNoScore = (orderNo) => {
|
||||
console.log('通过订单号获取支付分订单信息', orderNo);
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
// export const URL = "https://my.gxfs123.com/api" //正式服务器-弃用
|
||||
// export const URL = "https://manager.fdzpower.com/api" //正式服务器
|
||||
export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
export const URL = "https://manager.fdzpower.com/api" //正式服务器
|
||||
// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
// export const URL = "http://192.168.5.30:8080" //本地调试
|
||||
// export const URL = "http://127.0.0.1:8080" //本地调试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user