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