POST https://api.q.qq.com/api/component/code/audit_jump_url?access_token=ACCESS_TOKEN
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | 是 | 小程序接口调用令牌 |
url | String | 是 | 审核结果url |
POST 数据示例:
{"url": "https://mini.abcd.com:1234/minibug/miniOpenReport/showQuestionList.html?taskId=12345&type=android"}
参数 | 类型 | 说明 |
---|---|---|
errcode | Number | 返回码 |
errmsg | String | 错误信息 |
url | String | 返回带token的审核url |