💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 WeiboStatuses/update ### 接口描述 发布一条新微博 ### 请求地址 http://URL/WeiboStatuses/update ### 输入参数 1. (string) oauth_token (必填) 2. (string) oauth_token_secret (必填) 3. (string) content,微博内容 (必填) 4. (int) from,微博来源(0:网站,1:手机网页版,2:andorid客户端,3:iphone客户端)(必填) 5. (string) appname :微博所属的应用,默认为public 6. (int) app_id: 微博在所属的应用中的ID,默认为0 7. (string) format,返回格式可选 json/php/test格式(默认json格式,为了阅读方便,以下文档中输出结果均以test格式显示) ### 输出结果 { "status": 0`, "msg": "发布失败" } ### 其他说明