|
|
|
@@ -227,6 +227,9 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
psCmd.setSign_type("HMAC-SHA256"); |
|
|
|
psCmd.setReceivers(receivers.toJSONString()); |
|
|
|
|
|
|
|
record.setReceivers(receivers.toJSONString()); |
|
|
|
wxProfitSharingOrderMapper.updateByPrimaryKey(record); |
|
|
|
|
|
|
|
String response; |
|
|
|
try { |
|
|
|
psCmd.setSign(WxPayment.createSignHMAC(BeanUtils.toStringMap(psCmd), payAccount.getApiKey())); |
|
|
|
|