X-Access-Token: ********************
{
"isSee": 0,
"from": "string",
"promotion": "string",
"newCode": "string",
"helpCode": "string",
"path": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/anonymous/getAppletUrl' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"isSee": 0,
"from": "string",
"promotion": "string",
"newCode": "string",
"helpCode": "string",
"path": "string"
}'
{
"code": 0,
"msg": "生成成功",
"data": {
"": null
}
}