# Description

待完善....

# Scene

待完善....

# 接口路径

  • version: 0.0.1
  • https Request Methods: post
  • url:/v1/qrcode/query,如:https://alpha-engage.gridsumdissector.com/open-api/wechat/v1/qrcode/query

# 请求参数

Name Type Description
profileId String

租户id

userId String

登录的用户id

woaId String

公众号id

data Object
data.term String

模糊查询内容

data.offset Integer

分页offset

data.limit Integer

分页大小 默认10

data.sort Object[]

排序 [["name","desc"]]

data.filter Object

筛选条件 {"logic":"and","items":[{"field":"name","op":"eq","value":"xxx"}]}

如:

{
    "profileId": "",
    "userId": "",
    "woaId": "",    
    "data": {
        "term": "二维码1",
        "offset": 0,
        "limit": 10,
        "sort": [],
        "filter": {}, 
    }
}

# 响应参数

Name Type Description
errorCode Number

错误码(0表示成功)

errorMessage String

错误信息

traceId String

追踪id

data Object
data.total Integer

总数

data.rows Object[]
data.rows.localUrl String

二维码本地URL

data.rows.name String

名称

data.rows.type String

永久permanent,临时temporary

data.rows.expiredAt Date

失效日期

data.rows.status String

状态 使用中active,已过期expired