GET api/User/CheckUserCars?openid={openid}&type={type}

“CheckUserCars”的文档。

Request Information

Parameters

NameDescriptionAdditional information
openid
“openid”的文档。

Define this parameter in the request URI.

type
“type”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "LastCount": 2
}

application/xml, text/xml

Sample:
<CheckCardsStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models">
  <LastCount>2</LastCount>
  <Status>1</Status>
</CheckCardsStatusModel>