‘linchangsheng’ 10 ヶ月 前
コミット
81f167ea1a

+ 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);