微信公众平台开发接口返回码说明
生活随笔
收集整理的這篇文章主要介紹了
微信公众平台开发接口返回码说明
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
| 40001 | invalid credential | 不合法的調用憑證 |
| 40002 | invalid grant_type | 不合法的grant_type |
| 40003 | invalid openid | 不合法的OpenID |
| 40004 | invalid media type | 不合法的媒體文件類型 |
| 40007 | invalid media_id | 不合法的media_id |
| 40008 | invalid message type | 不合法的message_type |
| 40009 | invalid image size | 不合法的圖片大小 |
| 40010 | invalid voice size | 不合法的語音大小 |
| 40011 | invalid video size | 不合法的視頻大小 |
| 40012 | invalid thumb size | 不合法的縮略圖大小 |
| 40013 | invalid appid | 不合法的AppID |
| 40014 | invalid access_token | 不合法的access_token |
| 40015 | invalid menu type | 不合法的菜單類型 |
| 40016 | invalid button size | 不合法的菜單按鈕個數 |
| 40017 | invalid button type | 不合法的按鈕類型 |
| 40018 | invalid button name size | 不合法的按鈕名稱長度 |
| 40019 | invalid button key size | 不合法的按鈕KEY長度 |
| 40020 | invalid button url size | 不合法的url長度 |
| 40023 | invalid sub button size | 不合法的子菜單按鈕個數 |
| 40024 | invalid sub button type | 不合法的子菜單類型 |
| 40025 | invalid sub button name size | 不合法的子菜單按鈕名稱長度 |
| 40026 | invalid sub button key size | 不合法的子菜單按鈕KEY長度 |
| 40027 | invalid sub button url size | 不合法的子菜單按鈕url長度 |
| 40029 | invalid code | 不合法或已過期的code |
| 40030 | invalid refresh_token | 不合法的refresh_token |
| 40036 | invalid template_id size | 不合法的template_id長度 |
| 40037 | invalid template_id | 不合法的template_id |
| 40039 | invalid url size | 不合法的url長度 |
| 40048 | invalid url domain | 不合法的url域名 |
| 40054 | invalid sub button url domain | 不合法的子菜單按鈕url域名 |
| 40055 | invalid button url domain | 不合法的菜單按鈕url域名 |
| 40066 | invalid url | 不合法的url |
| 41001 | access_token missing | 缺失access_token參數 |
| 41002 | appid missing | 缺失appid參數 |
| 41003 | refresh_token missing | 缺失refresh_token參數 |
| 41004 | appsecret missing | 缺失secret參數 |
| 41005 | media data missing | 缺失二進制媒體文件 |
| 41006 | media_id missing | 缺失media_id參數 |
| 41007 | sub_menu data missing | 缺失子菜單數據 |
| 41008 | missing code | 缺失code參數 |
| 41009 | missing openid | 缺失openid參數 |
| 41010 | missing url | 缺失url參數 |
| 42001 | access_token expired | access_token超時 |
| 42002 | refresh_token expired | refresh_token超時 |
| 42003 | code expired | code超時 |
| 43001 | require GET method | 需要使用GET方法請求 |
| 43002 | require POST method | 需要使用POST方法請求 |
| 43003 | require https | 需要使用HTTPS |
| 43004 | require subscribe | 需要訂閱關系 |
| 44001 | empty media data | 空白的二進制數據 |
| 44002 | empty post data | 空白的POST數據 |
| 44003 | empty news data | 空白的news數據 |
| 44004 | empty content | 空白的內容 |
| 44005 | empty list size | 空白的列表 |
| 45001 | media size out of limit | 二進制文件超過限制 |
| 45002 | content size out of limit | content參數超過限制 |
| 45003 | title size out of limit | title參數超過限制 |
| 45004 | description size out of limit | description參數超過限制 |
| 45005 | url size out of limit | url參數長度超過限制 |
| 45006 | picurl size out of limit | picurl參數超過限制 |
| 45007 | playtime out of limit | 播放時間超過限制(語音為60s最大) |
| 45008 | article size out of limit | article參數超過限制 |
| 45009 | api freq out of limit | 接口調動頻率超過限制 |
| 45010 | create menu limit | 建立菜單被限制 |
| 45011 | api limit | 頻率限制 |
| 45012 | template size out of limit | 模板大小超過限制 |
| 45016 | can't modify sys group | 不能修改默認組 |
| 45017 | can't set group name too long sys group | 修改組名過長 |
| 45018 | too many group now, no need to add new | 組數量過多 |
| 50001 | api unauthorized | 接口未授權 |
總結
以上是生活随笔為你收集整理的微信公众平台开发接口返回码说明的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 源码安装libjpeg-turbo1.2
- 下一篇: 【Git、GitHub、GitLab】五