POST api/User/GetUsedCount
App更新接口,返回是否需要更新的信息和ApkUrl地址
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
App更新接口,返回是否需要更新的信息和ApkUrl地址
CommonOutDtoOfRspUsedCountName | Description | Type | Additional information |
---|---|---|---|
code | CommonOutCode |
None. |
|
data | RspUsedCount |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 0, "data": { "TensUsedCount": 1, "BtxUsedCount": 1, "TotalItem": 1, "CurrentPage": 2, "PageSize": 3 }, "message": "sample string 1" }