GET Research/HasFinish?resttype={resttype}&source={source}&token={token}&openid={openid}
判断是否已完成了报告
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resttype | string |
Required |
|
| source | integer |
Required |
|
| token | string |
None. |
|
| openid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
判断是否已完成了报告
booleanResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": true,
"msg": null
}
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>