|
@@ -797,7 +797,10 @@ public class CmReturnedPurchaseService extends CrudService<CmReturnedPurchaseDao
|
|
|
throw new Exception("第三方退款请求失败!");
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ //todo 网银退款不退手续费,
|
|
|
+ //1.本方法内转账手续费等待到账再发起退款请求
|
|
|
+ //2.异步
|
|
|
+ //3.回调
|
|
|
void unionRefund(String orderRequestNo,String money,Integer orderId,String type) throws Exception{
|
|
|
OnlineVo onlineVo = new OnlineVo();
|
|
|
onlineVo.setP1_bizType("OnlineRefund");
|