{
"appVersion": "string",
"deviceType": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/version/getAppVersion' \
--header 'Content-Type: application/json' \
--data-raw '{
"appVersion": "string",
"deviceType": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"appVersion": "",
"appUrl": "",
"appText": "",
"fileName": "",
"isForce": ""
}
}