GET api/WorkWeiXin/GetJsapiTicket
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WorkWeixinGetJsapiTicketModel| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| ticket | string |
None. |
|
| expires_in | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"ticket": "sample string 3",
"expires_in": 4
}