GET Research/HasFinish?resttype={resttype}&source={source}&token={token}&openid={openid}

判断是否已完成了报告

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resttype

string

Required

source

integer

Required

token

string

None.

openid

string

None.

Body Parameters

None.

Response Information

Resource Description

判断是否已完成了报告

boolean

Response 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>