GET api/Question/Lucky?uid={uid}&qid={qid}

“Lucky”的文档。

Request Information

Parameters

NameDescriptionAdditional information
uid
“uid”的文档。

Define this parameter in the request URI.

qid
“qid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "IsLucky": "sample string 1",
  "Product": "sample string 2"
}

application/xml, text/xml

Sample:
<LuckyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Questionnaire">
  <IsLucky>sample string 1</IsLucky>
  <Product>sample string 2</Product>
</LuckyResult>