{
"rechargeConfigId": 0,
"isCycle": 0,
"clientChannel": 1,
"phoneNum": "string",
"openId": "string",
"friendUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/recharge/rechargePcByWx' \
--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": {
"codeUrl": "string",
"tradeNo": "string"
}
}