文档
测试

Two-dimensional code state modification

PUT
/qgy/code/upState

接口描述

Change the QR code state id the QR code

Request parameters

参数名
类型
描述
必填
userId
String
Current account id
必填
state
Integer
State specified value :0- Disable 1- Enable
必填
codeId
String
id of the two-dimensional code
必填

Return sample

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