{
"saasId": "string",
"entId": "string"
}
curl --location --request POST '/openApi/store/getApkInfo' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"saasId": "string",
"entId": "string"
}'
{
"status": 200,
"code": 200,
"msg": "",
"result": {
"id": "3",
"saas_id": "public_cloud",
"enterprise_id": "APICeShiQiYe",
"ent_id": "public_cloud",
"owner": "",
"created_at": "2022-03-14 11:31:16",
"version": "3",
"description": "",
"file": "release-20220314-113044.apk",
"force_update": "0",
"version_name": "1.1.0",
"update_scope": "1",
"version_type": "1",
"publish_id": ""
},
"guid": "9d56bdf770f3ceae"
}