|
@@ -878,7 +878,7 @@ public class WechatLogic {
|
|
|
//receiver.put("name",name);
|
|
|
receiver.put("relation_type", "STAFF");
|
|
|
//添加分账人
|
|
|
- ProfitSharingService profitSharingService = this.getPayWebstiService(companyWechatId,source).getProfitSharingService();
|
|
|
+ ProfitSharingService profitSharingService = this.getPayJaspWebstiService(companyWechatId,source).getProfitSharingService();
|
|
|
|
|
|
ProfitSharingReceiverRequest profitSharingReceiverRequest = new ProfitSharingReceiverRequest();
|
|
|
profitSharingReceiverRequest.setReceiver(JSONObject.toJSONString(receiver));
|