已经审核通过的情况下,调用发布小程序接口(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
}'
是否已经审核通过?appid麻烦提供下