{
"flyerWalletFlowVO": {
"cashAmount": 0,
"modeOfPayment": 0,
"operateUserAccountId": 0,
"percentagePenaltyOfOrder": 0,
"salaryAmount": 0,
"salaryCashPledge": 0,
"timeOfPayment": "2019-08-24T14:15:22.123Z",
"userAccountId": 0,
"yxjCashPledge": 0
},
"publisherWalletFlowVO": {
"cashAmount": 0,
"flyerSalaryAmount": 0,
"modeOfPayment": 0,
"operateUserAccountId": 0,
"percentagePenaltyOfOrder": 0,
"refundCashAmount": 0,
"refundSalaryAmount": 0,
"salaryAmount": 0,
"salaryCashPledge": 0,
"timeOfPayment": "2019-08-24T14:15:22.123Z",
"topSalaryAmount": 0,
"topYxjAmount": 0,
"urgentSalaryAmount": 0,
"urgentYxjAmount": 0,
"userAccountId": 0,
"yxjCashPledge": 0
}
}curl --location --request POST '/userapp/pay/feignWalletFlowNO' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJVU0VSX0FDQ09VTlRfSUQiOjEsInN1YiI6Im1tY19pdWF2ODg4IiwiaXNzIjoibW1jX3VhdiIsIlRPS0VOX1RZUEUiOiJNX1RPS0VOIiwiZXhwIjoxNzQ1NDYzODM5LCJpYXQiOjE3NDUzNzc0MzksImp0aSI6IjY5NzkwOSJ9.uxXdeKJt2x1L7JyNYb6i_4JwgEcoKP2MvtJU4Il7Tuo' \
--header 'Content-Type: application/json' \
--data-raw '{
"flyerWalletFlowVO": {
"cashAmount": 0,
"modeOfPayment": 0,
"operateUserAccountId": 0,
"percentagePenaltyOfOrder": 0,
"salaryAmount": 0,
"salaryCashPledge": 0,
"timeOfPayment": "2019-08-24T14:15:22.123Z",
"userAccountId": 0,
"yxjCashPledge": 0
},
"publisherWalletFlowVO": {
"cashAmount": 0,
"flyerSalaryAmount": 0,
"modeOfPayment": 0,
"operateUserAccountId": 0,
"percentagePenaltyOfOrder": 0,
"refundCashAmount": 0,
"refundSalaryAmount": 0,
"salaryAmount": 0,
"salaryCashPledge": 0,
"timeOfPayment": "2019-08-24T14:15:22.123Z",
"topSalaryAmount": 0,
"topYxjAmount": 0,
"urgentSalaryAmount": 0,
"urgentYxjAmount": 0,
"userAccountId": 0,
"yxjCashPledge": 0
}
}'{
"code": "string",
"message": "string",
"result": {}
}