{
"apkUrl": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"forceUpdate": true,
"id": "string",
"platform": 0,
"sort": 0,
"state": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string",
"versionCode": 0,
"versionCodeStr": "string",
"versionDesc": "string",
"versionName": "string"
}curl --location --request POST '/wms/api/applicationVersion' \
--header 'Content-Type: application/json' \
--data-raw '{
"apkUrl": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"forceUpdate": true,
"id": "string",
"platform": 0,
"sort": 0,
"state": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string",
"versionCode": 0,
"versionCodeStr": "string",
"versionDesc": "string",
"versionName": "string"
}'{
"code": 0,
"data": {},
"encrypt": true,
"extension": {},
"message": "string",
"success": true
}