|
@@ -36,11 +36,23 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 充值订单退款运维接口 */
|
|
/** 充值订单退款运维接口 */
|
|
|
|
|
+ change_bindphone: {
|
|
|
|
|
+ realUrl: '/allinpay/handle/change_bindphone',
|
|
|
|
|
+ reqType: {} as ChangePhoneParam,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 充值订单退款运维接口 */
|
|
|
charge_refund: {
|
|
charge_refund: {
|
|
|
realUrl: '/allinpay/handle/charge_refund',
|
|
realUrl: '/allinpay/handle/charge_refund',
|
|
|
reqType: {} as 通用id参数,
|
|
reqType: {} as 通用id参数,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 充值订单退款运维接口 */
|
|
|
|
|
+ confirm_change_bindphone: {
|
|
|
|
|
+ realUrl: '/allinpay/handle/confirm_change_bindphone',
|
|
|
|
|
+ reqType: {} as ChangePhoneParam,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 长城奥扬经销退款加气站失败,继续退款逻辑 */
|
|
/** 长城奥扬经销退款加气站失败,继续退款逻辑 */
|
|
|
continue_refund: {
|
|
continue_refund: {
|
|
|
realUrl: '/allinpay/handle/continue_refund',
|
|
realUrl: '/allinpay/handle/continue_refund',
|
|
@@ -191,6 +203,18 @@ export default {
|
|
|
reqType: {} as GasOrder对象,
|
|
reqType: {} as GasOrder对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 微信支付回调成功,account处理失败,完成支付逻辑 */
|
|
|
|
|
+ wxpay_carrier_account_handle: {
|
|
|
|
|
+ realUrl: '/allinpay/handle/wxpay_carrier_account_handle',
|
|
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 微信个人支付回调成功,account处理失败,完成支付逻辑 */
|
|
|
|
|
+ wxpay_person_account_handle: {
|
|
|
|
|
+ realUrl: '/allinpay/handle/wxpay_person_account_handle',
|
|
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 微信支付回调-手工 */
|
|
/** 微信支付回调-手工 */
|
|
|
wxpay_trans: {
|
|
wxpay_trans: {
|
|
|
realUrl: '/allinpay/handle/wxpay_trans',
|
|
realUrl: '/allinpay/handle/wxpay_trans',
|
|
@@ -341,11 +365,11 @@ export default {
|
|
|
|
|
|
|
|
resType: {} as ResponseEntity,
|
|
resType: {} as ResponseEntity,
|
|
|
},
|
|
},
|
|
|
- /** B2B充值回调 */
|
|
|
|
|
|
|
+ /** 微信充值通联单边账处理 */
|
|
|
recharge: {
|
|
recharge: {
|
|
|
realUrl: '/allinpay/pay/callback/recharge',
|
|
realUrl: '/allinpay/pay/callback/recharge',
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 分账退款申请回调 */
|
|
/** 分账退款申请回调 */
|
|
|
splitRefund_1: {
|
|
splitRefund_1: {
|