查询Schema配额V2
收藏
我的收藏接口说明
该接口用于查询当前小程序的 schema 配额。
查询当前小程序生成 schema 链接的配额,链接生成方式见生成Schema。
基本信息
名称 | 描述 |
---|---|
HTTP URL | |
HTTP Method | POST |
Scope | ma.share.schema |
权限要求 | 需要小程序通过试运营期 |
请求参数
请求头
access-token必填String
示例:clt.943da17996fb5cebfbc70c044c3fc25a57T54DcjT6HNKGqnUdxzy1KcxFnZ
content-type必填String
示例:application/json
固定值"application/json"
Body
app_id必填String
示例:tt**************
小程序ID
请求示例
curl --location 'https://open.douyin.com/api/apps/v1/url/query_schema_quota/' \ --header 'Access-Token: clt.01********3d3d' \ --header 'Content-Type: application/json' \ --data '{ "app_id":"tt********" }'
响应参数
Body展开全部子属性
dataStruct
展开子属性
err_msgString
示例:""
err_noInt32
示例:0
log_idString
示例:202008121419360101980821035705926A
响应示例
正常响应示例异常响应示例
{ "err_no": 0, "log_id": "20230828114955870A641D59241500963C", "data": { "long_term_schema_quota": { "schema_used": 6, "schema_limit": 0 }, "short_term_schema_quota": { "schema_limit": 0, "schema_used": 0 } }, "err_msg": "" }
错误码
HTTP 状态码 | 错误码 | 错误码描述 | 排查建议 |
---|---|---|---|
200 | 0 | 权限被封禁 | 权限被封禁 |
200 | 28005015 | 权限被封禁 | 权限被封禁 |
200 | 28005002 | 内部错误 | 重试 |
200 | 28001003 | access_token无效 | 重新获取access_toke |
点击纠错