POST api/System/GetAppDownload
获取app的下载地址
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取app的下载地址
GetAppDownloadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Url |
下载的二维码图片地址 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1"
}