{
"receiptData": "string",
"transactionId": "string",
"isCycle": 0,
"userId": 0,
"friendUserId": 0,
"rechargeConfigId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/payment/app/v1/pay/adminApplePayOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiptData": "string",
"transactionId": "string",
"isCycle": 0,
"userId": 0,
"friendUserId": 0,
"rechargeConfigId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"totalAmount": 0,
"outTradeNo": "string"
}
}