审核接口的bug

发布于 7 年前作者 chaozhao5677 次浏览最后编辑 7 年前来自 ask

app: wx03f09f8d7c234ddd

提交审核前使用接口查询:

查询最新一次提交的审核状态(仅供第三方代小程序调用)

url: https://api.weixin.qq.com/wxa/get_latest_auditstatus?access_token=TOKEN

结果是:

{errcode: 0, errmsg: “ok”, auditid: 422278175, status: 0}

然后,通过第三方接口提交代码审核,返回结果:

{“errcode”:85009,“errmsg”:“already submit a version under auditing hint: [Gi_OSa0553e626]”

求破!

2 回复
ming94
ming941 楼6 年前

求破!

baiping
baiping2 楼6 年前

另外,好像修改domain会引起审,

https://api.weixin.qq.com/wxa/modify\_domain?access\_token=TOKEN

但是这个接口并不会返回审核id。

发现是偶发的将app改为待审核状态,但是不是每次都会这样。