{
"rechargeConfigId": 0,
"isCycle": 0,
"clientChannel": 1,
"phoneNum": "string",
"openId": "string",
"friendUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/recharge/rechargeVipByZFB' \
--header 'Content-Type: application/json' \
--data-raw '{
"rechargeConfigId": 0,
"isCycle": 0,
"clientChannel": 1,
"phoneNum": "string",
"openId": "string",
"friendUserId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"code": "string",
"msg": "string",
"subCode": "string",
"subMsg": "string",
"body": "string",
"params": {
"property1": "string",
"property2": "string"
},
"creditAgreementId": "string",
"creditBizOrderId": "string",
"creditPayMode": "string",
"merchantOrderNo": "string",
"outTradeNo": "string",
"sellerId": "string",
"totalAmount": "string",
"tradeNo": "string",
"success": true,
"errorCode": "string"
}
}