获取签后IPA文件下载路径

Request method/request path

GET /ms/openapi/api/apigw/v3/sign/ipa/{resignId}/downloadUrl

Resource description

Obtain the download path of the signed IPA file

Input parameter description

Path parameter

response

Request sample

curl -X GET '[Please replace API address bar request address]' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : "String",  "message" : "String",  "status" : 0 } 

The data is returned to the wrapper model String

Last updated