访问路径:/api/appQrCode/getPosterQrCodeInfo

应用权限:作品——>作品信息

接口说明:获取作品海报二维码信息

类型: GET

Author: 庄树锋

Content-Type: application/x-www-form-urlencoded;charset=utf-8

接口描述 获取海报二维码信息

Request-headers:

Header类型是否必填字段描述

X-Token

string

true

token

Query-parameters:

参数类型是否必填字段描述

qrCodeId

int64

true

二维码id

接口出参:

Field类型字段描述

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─appId

string

作品id

└─orgId

string

企业id

└─audid

int64

客户档案id

└─cnl

int64

渠道id

└─cnlType

string

渠道类型

出参示例:

{

"code": "200",
"errorCode": "SUCCESS",
"msg": "ok",

"data": {
        "appId": "fad7a231-264f-4c5f-a0b3-575079b94445",
        "orgId": "4c0366b5-5994-4505-941a-a58eca13ae9e",
        "audid": "583237176326754304",
        "cnl": "585437631467360256",
        "cnlType": "MARK"

  }
}

Curl-example:

curl -X GET -k -H 'X-Token:r9i6T6VXdAV0vjiMBxODFRddRVY' -i https://integrate.rabbitpre.com/api/open/api/appQrCode/getPosterQrCodeInfo?qrCodeId=588

  • 无标签