文档
测试

Access ticket

POST
/qgy/code/upTicket

接口描述

Obtain the ticket according to the WeChat public number APPID and WeChat public number AppSecret configured by the account

Request parameters

参数名
类型
描述
必填
userId
String
Current account id
必填
personnelGuid
String
A person guid
必填

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data":{ "ticket":"Ticket" } } ```