|
|
|
@@ -450,7 +450,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
psFCmd.setNonce_str(Utility.generate32UUID()); |
|
|
|
psFCmd.setTransaction_id(sharingOrderDto.getTransactionId()); |
|
|
|
psFCmd.setOut_order_no(record.getId().toString()); |
|
|
|
psFCmd.setAmount(sharingOrderDto.getPayAmount()); |
|
|
|
psFCmd.setAmount(sharingOrderDto.getShareAmount()); |
|
|
|
psFCmd.setDescription("分账已完结"); |
|
|
|
psFCmd.setSign_type("HMAC-SHA256"); |
|
|
|
|
|
|
|
|