123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?php
- /**
- * @api {get} common 公共参数说明
- * @apiVersion 1.0.0
- * @apiName common
- * @apiGroup Common
- *
- * @apiDescription 介绍公共参数
- *
- * @apiParam {Number} json 是否返回json格式的数据1为返回2为不返回
- * @apiParam {Number} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
- *
- * @apiSuccess {Number} status 状态,1为有效2为无效
- * @apiSuccess {String} msg 请求的数据是否成功的提示
- * @apiSuccess {String} data 如果status为1,data有值
- * @apiSuccess {Object[]} page 分页信息
- * @apiSuccess {Number} page.total 分页总数
- * @apiSuccess {Number} page.current_page 当前页
- * @apiSuccess {Number} page.total_page 总页数
- * @apiSuccess {Number} page.next_page 下一页
- * @apiSuccess {Number} page.prev_page 上一页
- * @apiSuccess {Number} page.status 是否有下一页数据,0为没有
- */
- /**
- * @api {get} passport/?l=applet.bind 用户登录
- * @apiVersion 1.0.0
- * @apiName applet.bind
- * @apiGroup Passport
- *
- * @apiDescription 用户登录
- *
- * @apiParam {String} code 微信登录返回的code
- *
- * @apiSuccess {Number} vid 微信id,请保存在本地
- * @apiSuccess {Number} uid 用户id,请保存在本地
- * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
- */
- /**
- * @api {get} passport/?l=applet.update 更新用户信息
- * @apiVersion 1.0.0
- * @apiName applet.update
- * @apiGroup Passport
- *
- * @apiDescription 更新用户信息
- *
- * @apiParam {String} nickname 用户昵称
- * @apiParam {String} avatarurl 用户头像
- * @apiParam {String} iv 微信的加密参数
- * @apiParam {String} encryptedData 微信的加密参数
- * @apiParam {Number} vid 微信id
- * @apiParam {Number} uid 用户id
- * @apiParam {String} signature signature
- *
- *
- * @apiSuccess {Number} vid 微信id,请保存在本地
- * @apiSuccess {Number} uid 用户id,请保存在本地
- * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
- */
- /**
- * @api {get} passport/?l=applet.mobile 更新用户手机号-微信绑定
- * @apiVersion 1.0.0
- * @apiName applet.mobile
- * @apiGroup Passport
- *
- * @apiDescription 更新用户手机号-微信绑定
- *
- * @apiParam {String} iv 微信的加密参数
- * @apiParam {String} encryptedData 微信的加密参数
- * @apiParam {Number} vid 微信id
- * @apiParam {Number} uid 用户id
- * @apiParam {String} signature signature
- *
- *
- * @apiSuccess {Number} vid 微信id,请保存在本地
- * @apiSuccess {Number} uid 用户id,请保存在本地
- * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
- */
- /**
- * @api {get} passport/?l=applet.bind_mobile 绑定手机号-验证码绑定
- * @apiVersion 1.0.0
- * @apiName applet.bind_mobile
- * @apiGroup Passport
- *
- * @apiDescription 绑定手机号-验证码绑定
- *
- * @apiParam {Number} uid 用户id
- * @apiParam {Number} mobile 手机号
- * @apiParam {String} mcode 验证码
- * @apiParam {String} signature signature
- *
- * @apiSuccess {Number} uid 用户id,请保存在本地
- * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
- */
- /**
- * @api {get} passport/?l=reg.getMCode 获取手机验证码
- * @apiVersion 1.0.0
- * @apiName reg.getMCode
- * @apiGroup Passport
- *
- * @apiDescription 获取手机验证码
- *
- * @apiParam {Number} mobile 手机号
- * @apiParam {String} signature signature
- *
- * @apiSuccess {String} msg 验证码已发送至您的手机,请注意查收,十分钟之内有效
- */
- /**
- * @api {get} content/?l=api.home 获取首页数据
- * @apiVersion 1.0.0
- * @apiName api.home
- * @apiGroup Content
- *
- * @apiDescription 获取首页数据
- *
- * @apiParam {String} signature signature
- *
- *
- * @apiSuccess {Number} uid 用户id 所有Service接口中都有该项
- * @apiSuccess {Object[]} config 基本配置 所有Service接口中都有该项
- * @apiSuccess {String} config.name 小程序名称
- * @apiSuccess {String} config.info 小程序介绍
- * @apiSuccess {String} config.edate 产品有效期
- * @apiSuccess {String} config.article 公众号链接-引导关注公众号
- * @apiSuccess {String} config.task_id 软装任务链接-一般填写APPID
- * @apiSuccess {String} config.desc_name 介绍标题-首页服务介绍
- * @apiSuccess {String} config.desc_content 介绍内容-首页服务介绍
- * @apiSuccess {String} config.flow_name 服务流程标题-首页服务流程
- * @apiSuccess {Object[]} config.flow_content 服务流程内容
- * @apiSuccess {String} config.video_content 视频页介绍
- * @apiSuccess {String} config.question_content 问卷介绍
- * @apiSuccess {Object[]} focus 焦点图
- * @apiSuccess {String} focus.name 名称
- * @apiSuccess {String} focus.pic 图片
- * @apiSuccess {Object[]} product 产品列表
- * @apiSuccess {String} product.id 产品id
- * @apiSuccess {String} product.name 名称
- * @apiSuccess {String} product.info 介绍
- * @apiSuccess {String} product.content 内容
- * @apiSuccess {Object[]} product.price 规格
- * @apiSuccess {String} product.price.price 原价
- * @apiSuccess {String} product.price.zhe_price 折扣价(特价)
- * @apiSuccess {String} product.price.type 获取方式 1为购买,2为兑换,同时出现1,2,两个按钮同时出现
- * @apiSuccess {String} product.price.cash 购买金额,当type=1时有效
- * @apiSuccess {String} product.price.code 兑换码数量,当type=2时有效
- */
|