小程序审核通过后,调用分阶段发布接口失败?
发布于 5 年前 作者 gfan 4007 次浏览 来自 问答

已经审核通过的情况下,调用发布小程序接口https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/grayrelease.html

返回{“errcode”:85080,“errmsg”:“miniprogram commit not approved hint: [bNevCA01241869]”}

下面是请求curl:

curl --location --request POST ‘https://api.weixin.qq.com/wxa/grayrelease?access_token=29_MRa5ENc9ftjKxTp97rz4Wy5AQ_odcD5V52Oje52OqrT_wFZINYv–Tw9Ctlz_5y63GlXj4X7R85RiVVCJ18ObmgfRhciP0aN_BJJWeGFjMjBk0gJsh82Ckx-5hnEoJFkl56KOcSZSWtBXMtJLZEfAJDAOT’ \

–header ‘Content-Type: application/json’ \

–data-raw '{

    “gray_percentage”: 10

}’

1 回复

是否已经审核通过?appid麻烦提供下

回到顶部