文档
测试

Two-dimensional code state

POST
/qgy/code/finByCodeId

接口描述

Retrieval of QR Code Information id QR Code

Request parameters

参数名
类型
描述
必填
codeId
String
id of the two-dimensional code
必填
userId
String
Current account id
必填

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data": { "codeId": "64923D6DF48D40C182C97F87598C1D4C", "name": "Add visitors", "codeUrl": "https://qgyschool.oss-cn-hangzhou.aliyuncs.com/code/64923D6DF48D40C182C97F87598C1D4C.png", "state": 1,//Status 0- Disable 1- Enable "schoolId": "D8699C926A514CEDBE1739AFAC64F749", "userName":"Account name" } } ```