‘linchangsheng’ 10 月之前
父節點
當前提交
81f167ea1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mall-server-api/src/main/java/com/gree/mall/manager/logic/common/WechatLogic.java

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/common/WechatLogic.java

@@ -729,7 +729,7 @@ public class WechatLogic {
         profitSharingRequest.setTransactionId(transactionId);
         profitSharingRequest.setReceivers(JSONObject.toJSONString(list));
 
-        ProfitSharingService profitSharingService = this.getPayWebstiService(config, source).getProfitSharingService();
+        ProfitSharingService profitSharingService = this.getPayJaspWebstiService(config, source).getProfitSharingService();
         //请求单次分账
         log.info("【开始分账】request:{}", JSONObject.toJSONString(profitSharingRequest));
         profitSharingService.profitSharing(profitSharingRequest);