zhijiezhao %!s(int64=3) %!d(string=hai) anos
pai
achega
91552687aa

+ 4 - 1
src/main/java/com/caimei/modules/order/service/CmReturnedPurchaseService.java

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