|
|
@@ -82,7 +82,7 @@ public class WxPayShareService extends PayShareBaseAdapterService{ |
|
|
psFCmd.setNonce_str(Utility.generate32UUID()); |
|
|
psFCmd.setNonce_str(Utility.generate32UUID()); |
|
|
psFCmd.setTransaction_id(transcationId); |
|
|
psFCmd.setTransaction_id(transcationId); |
|
|
psFCmd.setOut_order_no(record.getId().toString()); |
|
|
psFCmd.setOut_order_no(record.getId().toString()); |
|
|
psFCmd.setAmount(amount); |
|
|
|
|
|
|
|
|
//psFCmd.setAmount(amount); |
|
|
psFCmd.setDescription("分账已完结"); |
|
|
psFCmd.setDescription("分账已完结"); |
|
|
psFCmd.setSign_type("HMAC-SHA256"); |
|
|
psFCmd.setSign_type("HMAC-SHA256"); |
|
|
|
|
|
|
|
|
|