POST Integral/GetProgress
积分任务进度(不包含每次)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultModelOfListOfAPIOperationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | Collection of APIOperationModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": [
{
"Operation": 0,
"OperationName": "",
"Progress": true,
"integral": 2
},
{
"Operation": 0,
"OperationName": "",
"Progress": true,
"integral": 2
}
]
}