💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
公共接口:http://122.114.229.167:8000/api 一:个人中心 1.用户个人信息 homeuser 参数:unionid 返回值: ![](https://box.kancloud.cn/15cd879e71e2007aca1ddbac3aff7117_944x482.png) 2.统计(个人中心---商品 笔记 收藏 点赞-----统计) count 参数:unionid 返回值: 商品:shop 笔记:notes 收藏:collect 点赞:like 关注:focus 粉丝:fans 3.商家资料完善后的资料展示 user_show 参数:unionid 返回值: ![](https://box.kancloud.cn/3c3196b1a6795ece03f401d5cdf67b57_1342x77.png) 4.商家资料完善-提交表单 usertrue 提交值:status: 商家资料审核状态 unionid : unionid storeurl:门店图片路径 business_license:营业执照路径 card:身份证号 company:身份证号 address:公司地址 返回值:success(成功)error(失败) 5.门店图片和营业执照上传 storeupload 参数:无 返回值:具体的图片路径 6.编辑个人资料 homeusers 提交值:unionid : unionid realname:真实姓名 phonenum:手机号 返回值:success(成功)error(失败) 7.发送验证码 sendcode 参数:phonenum :手机号 返回值:success(成功)error(失败) 8.验证短信验证码 checkcode 参数:code :验证码 返回值:success(成功)error(失败) 二:我的发布 公共信息 bid(文章类别:0商品文章1购物笔记2广告文章) pid (列表类别:1 点赞 2 收藏 3 浏览) isdisplay(文章审核状态:0正在审核1审核通过2审核未通过) 1.新闻提交接口 artnews 提交值: nickname :昵称 company: 公司名称 unionid:unionid headurl:头像路径 title:标题 bid:bid type:类别 thumbnail:展示图片 content:详情 address:地址 返回值:success(成功)error(失败) 2.展示图片上传接口 newsupload 参数:无 返回值:具体的图片路径 3.新闻详情接口 articleshow 参数:id:新闻id 返回值: ![](https://box.kancloud.cn/546b89bd74135b5623dc281921e3ae57_1529x69.png) isLike:0未点赞1点赞 isCollect:0未收藏1收藏 isFocus:0为关注1关注 4.新闻删除接口 newsdel 参数:id 返回值:success(成功)error(失败) 5.我的点赞,收藏,浏览列表 artmylist 参数:pid ,unionid,page 返回值: ![](https://box.kancloud.cn/cbe96a7d9c12bac9a986e15b65a4ad2c_813x52.png) 6.被点赞,被收藏,被浏览列表 artbylist 参数:pid ,unionid,page 返回值: ![](https://box.kancloud.cn/cbe96a7d9c12bac9a986e15b65a4ad2c_813x52.png) 7.首页非推荐栏目列表 newshow 参数:page,type 返回值: ![](https://box.kancloud.cn/956a908db6d4925d36c0091c2cd53816_1655x112.png) 8.首页推荐栏目列表 recommend 参数:unionid,page 返回值:列表数据 9我的商品和笔记列表 newslist 参数:bid(0商品,1笔记),unionid,page,isdisplay 10.搜索列表:sphinx 参数:keyword 返回值:搜索列表 11.榜单列表 toplist 参数:page uid: 0热门商品榜1每周新品榜2购物笔记 返回值: ![](https://box.kancloud.cn/546b89bd74135b5623dc281921e3ae57_1529x69.png) 12.猜你喜欢列表 yourlike 参数:unionid,type 返回值: ![](https://box.kancloud.cn/546b89bd74135b5623dc281921e3ae57_1529x69.png) 13.点赞,收藏,浏览动作 artclick_add 参数: pid :pid id:文章id type:类别 headurl:头像路径 nickname :昵称 title:标题 thumbnail:展示图片 返回值:success(成功)error(失败)noexsit(unionid不存在) 14点赞,收藏 删除动作 artclick_del 参数:pid ,unionid,id:文章id 返回值:success(成功)error(失败)noexsit(unionid不存在) 15.被点赞,被浏览,被收藏的当天统计数量 artbynum 参数: unionid 返回值:like,collect,swa (三个字段代表各自的具体数值) 16.关注列表 focus_list 参数: my_unionid(即unionid) page 返回值: ![](https://box.kancloud.cn/bf6642b1a497eafa1d8f230e02525a71_869x269.png) 17.粉丝列表 fans_list 参数: my_unionid(即unionid) page 返回值:(isFocus:0为关注1关注) ![](https://box.kancloud.cn/bf6642b1a497eafa1d8f230e02525a71_869x269.png) 18,关注按钮 focus_add 参数: by_unionid:被关注者unionid by_head:被关注者头像 by_nick:被关注者昵称 by_company:被关注者公司名称 my_unionid:关注者unionid my_head:关注者头像 my_nick关注者昵称 my_company:关注者公司 返回值:success(成功)error(失败) 19 取消关注按钮 focus_del 参数: my_unionid(即unionid) by_unionid(被关注者unionid) 返回值:success(成功)error(失败) 20.关注栏目列表 focus_cate_list 参数:unionid page 返回值:具体数组 21 是否关注 isfocus 参数: my_unionid(即unionid) by_unionid(被关注者unionid) 返回值:(isFocus:0为关注1关注) 三。其他 公共信息 uid:0 我的菜单 1 剩余菜单 1.菜单编辑接口 menu_add 参数:unionid,mymenu restmenu 返回值:success(成功)error(失败) 2.菜单查询接口 menu_find (值为null代表未更改) 参数:unionid 返回值:具体的json数据 3.用户初始化默认菜单 menu_default 参数:无 返回值:具体的json数据 4.所有的菜单 category 参数:无 返回值:具体的json数据 5.榜单前三接口 topthree 参数:无 返回值: ~~~ toplist: [{ type: '热门商品榜', img: './../static/img/6.jpg', id: '0', list: [{ nickname: '半夏', title: '【Sally 家装案例分析】Sally 家装案例分析' }, { nickname: '半夏', title: '【Sally 家装案例分析】Sally 家装案例分析' }, { nickname: '半夏', title: '【Sally 家装案例分析】Sally 家装案例分析' } ] ~~~ 6 榜单列表中的今日数量与总数量 pie_count 参数:unionid,pid(1 点赞 2 收藏 3 浏览) 7.图片 picture 参数:bid 返回值: ![](https://box.kancloud.cn/956a73a7b68304b242db5be30f12d2df_864x185.png) 8.城市修改接口 mycity (值为0代表未更改) 参数:unionid, mycity 返回值:success(成功)error(失败) 三,登入与连接分享 http://122.114.229.167:8000/wx 1.登入方式 login 参数:无 返回值:0或1( 0其他方式登入1自定义菜单登入) 2. 链接分享 config 参数:url 返回值:appId,timestamp,nonceStr,signature 3.授权登入地址 url 参数:url 返回值:url 4.(授权登入获取unionid) access 参数:code 返回值:unionid 5,静默登入地址 url2 参数:url 返回值:url 6.(静默登入获取unionid) access2 参数:code 返回值:unionid 7.菜单登入方式获取unionid unionid 参数:无 返回值:unionid 8.config权限注册 config 参数:url 返回值:数组 四.手机版 域名: moble.nineopen.com 1.管理员登录接口 moble_login 参数:name,password 返回success,error 2.商家认证审核列表 moble_userlist (审核状态0未审核1正在审核2审核未同过3审核通过 ) 参数:status, page 返回数组 3.商家认证审核动作 moble_status (审核状态0未审核1正在审核2审核未同过3审核通过 ) 参数:status,unionid 返回success,error 4.发布商品或笔记详情接口 moble_newshow 参数:id 返回数组 5.发布商品或笔记审核列表 moble_newslist 参数:bid(0商品,1笔记),page,isdisplay 返回数组 6.商家认证信息 展示接口 user_show 参数:unionid 返回值: ![](https://box.kancloud.cn/919562062809ed94313ce41aa3adf8fa_1181x284.png) 7.商品或笔记的审核动作 moble_isdisplay (0正在审核1审核通过2审核未通过) 参数:id,isdisplay 返回success,error