主 题:给大家一个能用的免费大厂图床接口
发 布 者:lixing23
标签分类: 日常
时 间:2026-07-21 21:38:09
内容预览:一个微信接口,拿去用吧,最大支持10M大小演示图片 https://chatbotcos.weixin.qq.com/chatbot/unlimited-openaiassets_1794c938ff3ffd23f1fb3f9d36603e0b_5679931784639978482.jpg开源地址 https://github.com/lixing23/wechat-chatbot-image-apiimport hashlibimport hmacimport jsonimport mimetypesimport osimport timeimport uuidimport requestsAPP_ID = "V4poszKZgOynfZUpQvoMWtJcprqIOK"APP_KEY = "openchatai!2o19"SECRET = "d637ab9fb119a1e652ab3d3dec89f7e744e4d5a0e0f"PAGE_URL = f"https://chatbot.weixin.qq.com/webapp/{APP_ID}?robotName=17173%E5%B0%8F%E5%A6%96"TOKEN_URL = f"https://chatbot.weixin.qq.com/weixinh5/webapp/gettoken/{APP_ID}"UPLOAD_URL = f"https://chatbot.weixin.qq.com/weixinh5/webapp/{APP_ID}/cos/upload?permanent=false"ALLOWED_EXTENSIONS = {".jpg", ".jpeg", ".png", ".gif"}MAX_SIZE = 10 * 1024 * 1024def normalize_data(value):
直达链接: https://www.nodeseek.com/post-832637-1
 
 
Back to Top