{
"rechargeConfigId": 0,
"isCycle": 0,
"clientChannel": 1,
"phoneNum": "string",
"openId": "string",
"friendUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/recharge/rechargeVipByWx' \
--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": {
"wxTradeId": 0,
"appId": "string",
"timeStamp": "string",
"nonceStr": "string",
"get_package": "string",
"presentCredits": 0,
"signType": "string",
"paySign": "string",
"resultData": {
"property1": "string",
"property2": "string"
}
}
}