{
"openId": "string",
"pigCoin": 0.01
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/h5/tjhb/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"openId": "string",
"pigCoin": 0.01
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"activityId": 0,
"userId": 0,
"openId": "string",
"pigCoin": 0,
"status": 0,
"needInviteCount": 0,
"inviteUserList": [
{
"userId": 0,
"avatar": "string",
"nickname": "string",
"createTime": "2019-08-24T14:15:22Z"
}
]
}
}