查询小程序备案历史
收藏
我的收藏接口说明
该接口用于获取小程序的历史备案记录,包含,新增备案,变更备案记录,按时间倒序返回
基本信息
名称 | 描述 |
---|---|
HTTP URL | https://open.douyin.com/api/apps/v1/icp_record/get_register_history/ |
HTTP Method | GET |
Scope | ma.icp_record.submit_record |
权限要求 |
|
请求参数
请求头
access-token必填String
示例:isvact.0801121846735352506a356a6
content-type必填String
示例:application/json
固定值"application/json"
Query
page必填Int64
页号,从1开始
page_size必填Int64
页大小,[1,20]
请求示例
curl --location --request GET '/api/apps/v1/icp_record/get_register_history/?page=1&page_size=20' \ --header 'content-type: application/json' \ --header 'access-token: 0801121846735352506a356a6' \
响应参数
Body展开全部子属性
data必填Struct
展开子属性
err_msg必填String
错误信息
err_no必填Int32
错误码
log_id必填String
响应示例
正常响应示例异常响应示例
{ "log_id": "20231212172827433BE5004EB5100CD60B", "data": { "page_size": 20, "register_history_list": [ { "registration_state": 1, "launch_time": 1711368381, "platform_audit_pass_time": 1711368381, "acquisition_time": 1711368381, "record_id": 1, "registration_type": 1, "tcs_audit_id": "9uJtUIqWE4" } ], "total": 10, "page": 1 }, "err_no": 0, "err_msg": "" }
切换单列布局
错误码
HTTP 状态码 | 错误码 | 错误码描述 | 排查建议 |
---|---|---|---|
200 | 9999 | 系统错误 | 重试,若重试无法解决,联系开发人员排查 |
200 | 28001008 | access_token过期 |
点击纠错