💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
公共接口:008.liangyishipin.com/admin/public/api 接口:userlogin 1.登录: phonenum: //手机号 password: //密码 返回值:success, //登陆成功时,把用户昵称返给我 密码错误, 手机号码不存在, 帐号密码错误, ---------------------------------------- 接口:usersign 2.注册: phonename //昵称 phonenum //手机号码 password //密码 返回值:success,error ---------------------------------------------- 接口:sendcode 3.注册---发送验证码 phonenum: //手机号码 返回值:success exist //手机号码已存在 error //发送失败 ------------------------------------------------ 接口:checkcode 4.验证验证码是否正确 code //验证码 返回值:success noexist //验证码已过期 error //验证码输入错误 --------------------------------------------------- 接口:updatepassword 5.找回密码 phonenum //手机号码 password //密码 返回值:success error 接口:pwdcode 6. 修改密码---发送验证码 传输参数: code // 验证码 返回值: success // 发送成功 error // 发送失败 noexeit // 手机号不存在 接口:userbase 7. 用户基本信息修改 传输参数: phonenum // 手机号 phonename //昵称 realname //真实姓名 type //经营范围 company //所在公司 address //公司地址 返回值: success // 成功 error // 失败 --------------------------------------------------------------------- 接口:userbaseshow 8. 用户信息展示 传输参数: phonenum // 手机号码 返回值: json数据 ----------------------------------------------------------------------- 接口:artnews 9. 发布信息 传输参数: phonenum //手机号码 phonename //昵称 title //标题 type //类型 thumbnail //展示图片 address //公司地址 price //商品价格 content //详情内容 返回值: success error -------------------------------------------------------------------------- 接口:newshow 16.列表 传输参数: type //类型 page //页码 返回值: json数据 注:每页显示6条数据。json格式 如下:(图片链接放到数组中) [ { title: '地板家具窗帘地板家具窗帘地板家具窗帘地板家具窗帘', //标题 address: '漯河市源汇区人民路70号', //地址 price: '8888', //价格 swa: '666', //浏览量 img: ['https://p3.pstatp.com/list/pgc-image/15231880774517e5b8a87fc', 'https://p3.pstatp.com/list/pgc-image/15231881000442b07f1d806', 'https://p3.pstatp.com/list/pgc-image/15231881070776eccb7d790'],//展示图片 time: '2018/04/11', //发布时间 id: '6', }, { title: '地板家具窗帘地板家具窗帘地板家具窗帘地板家具窗帘', address: '漯河市源汇区人民路70号', price: '8888', saw: '666', img: [], time: '2018/04/11', id: '6', }, { title: '地板家具窗帘地板家具窗帘地板家具窗帘地板家具窗帘', address: '漯河市源汇区人民路70号', price: '8888', saw: '666', img: ['https://p3.pstatp.com/list/pgc-image/15231880774517e5b8a87fc'], time: '2018/04/11', id: '6', }, ] 17.接口 newsupload 返回值 :$url