apidoc.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?php
  2. /**
  3. * @api {get} common 公共参数说明
  4. * @apiVersion 1.0.0
  5. * @apiName common
  6. * @apiGroup Common
  7. *
  8. * @apiDescription 介绍公共参数
  9. *
  10. * @apiParam {Number} json 是否返回json格式的数据1为返回2为不返回
  11. * @apiParam {Number} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
  12. *
  13. * @apiSuccess {Number} status 状态,1为有效2为无效
  14. * @apiSuccess {String} msg 请求的数据是否成功的提示
  15. * @apiSuccess {String} data 如果status为1,data有值
  16. * @apiSuccess {Object[]} page 分页信息
  17. * @apiSuccess {Number} page.total 分页总数
  18. * @apiSuccess {Number} page.current_page 当前页
  19. * @apiSuccess {Number} page.total_page 总页数
  20. * @apiSuccess {Number} page.next_page 下一页
  21. * @apiSuccess {Number} page.prev_page 上一页
  22. * @apiSuccess {Number} page.status 是否有下一页数据,0为没有
  23. */
  24. /**
  25. * @api {get} passport/?l=applet.bind 用户登录
  26. * @apiVersion 1.0.0
  27. * @apiName applet.bind
  28. * @apiGroup Passport
  29. *
  30. * @apiDescription 用户登录
  31. *
  32. * @apiParam {String} code 微信登录返回的code
  33. *
  34. * @apiSuccess {Number} vid 微信id,请保存在本地
  35. * @apiSuccess {Number} uid 用户id,请保存在本地
  36. * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
  37. */
  38. /**
  39. * @api {get} passport/?l=applet.update 更新用户信息
  40. * @apiVersion 1.0.0
  41. * @apiName applet.update
  42. * @apiGroup Passport
  43. *
  44. * @apiDescription 更新用户信息
  45. *
  46. * @apiParam {String} nickname 用户昵称
  47. * @apiParam {String} avatarurl 用户头像
  48. * @apiParam {String} iv 微信的加密参数
  49. * @apiParam {String} encryptedData 微信的加密参数
  50. * @apiParam {Number} vid 微信id
  51. * @apiParam {Number} uid 用户id
  52. * @apiParam {String} signature signature
  53. *
  54. *
  55. * @apiSuccess {Number} vid 微信id,请保存在本地
  56. * @apiSuccess {Number} uid 用户id,请保存在本地
  57. * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
  58. */
  59. /**
  60. * @api {get} passport/?l=applet.mobile 更新用户手机号-微信绑定
  61. * @apiVersion 1.0.0
  62. * @apiName applet.mobile
  63. * @apiGroup Passport
  64. *
  65. * @apiDescription 更新用户手机号-微信绑定
  66. *
  67. * @apiParam {String} iv 微信的加密参数
  68. * @apiParam {String} encryptedData 微信的加密参数
  69. * @apiParam {Number} vid 微信id
  70. * @apiParam {Number} uid 用户id
  71. * @apiParam {String} signature signature
  72. *
  73. *
  74. * @apiSuccess {Number} vid 微信id,请保存在本地
  75. * @apiSuccess {Number} uid 用户id,请保存在本地
  76. * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
  77. */
  78. /**
  79. * @api {get} passport/?l=applet.bind_mobile 绑定手机号-验证码绑定
  80. * @apiVersion 1.0.0
  81. * @apiName applet.bind_mobile
  82. * @apiGroup Passport
  83. *
  84. * @apiDescription 绑定手机号-验证码绑定
  85. *
  86. * @apiParam {Number} uid 用户id
  87. * @apiParam {Number} mobile 手机号
  88. * @apiParam {String} mcode 验证码
  89. * @apiParam {String} signature signature
  90. *
  91. * @apiSuccess {Number} uid 用户id,请保存在本地
  92. * @apiSuccess {String} signature 用于登录后的uid验证,每次都要传入,请登录后将这个值保存在本地
  93. */
  94. /**
  95. * @api {get} passport/?l=reg.getMCode 获取手机验证码
  96. * @apiVersion 1.0.0
  97. * @apiName reg.getMCode
  98. * @apiGroup Passport
  99. *
  100. * @apiDescription 获取手机验证码
  101. *
  102. * @apiParam {Number} mobile 手机号
  103. * @apiParam {String} signature signature
  104. *
  105. * @apiSuccess {String} msg 验证码已发送至您的手机,请注意查收,十分钟之内有效
  106. */
  107. /**
  108. * @api {get} content/?l=api.home 获取首页数据
  109. * @apiVersion 1.0.0
  110. * @apiName api.home
  111. * @apiGroup Content
  112. *
  113. * @apiDescription 获取首页数据
  114. *
  115. * @apiParam {String} signature signature
  116. *
  117. *
  118. * @apiSuccess {Number} uid 用户id 所有Service接口中都有该项
  119. * @apiSuccess {Object[]} config 基本配置 所有Service接口中都有该项
  120. * @apiSuccess {String} config.name 小程序名称
  121. * @apiSuccess {String} config.info 小程序介绍
  122. * @apiSuccess {String} config.edate 产品有效期
  123. * @apiSuccess {String} config.article 公众号链接-引导关注公众号
  124. * @apiSuccess {String} config.task_id 软装任务链接-一般填写APPID
  125. * @apiSuccess {String} config.desc_name 介绍标题-首页服务介绍
  126. * @apiSuccess {String} config.desc_content 介绍内容-首页服务介绍
  127. * @apiSuccess {String} config.flow_name 服务流程标题-首页服务流程
  128. * @apiSuccess {Object[]} config.flow_content 服务流程内容
  129. * @apiSuccess {String} config.video_content 视频页介绍
  130. * @apiSuccess {String} config.question_content 问卷介绍
  131. * @apiSuccess {Object[]} focus 焦点图
  132. * @apiSuccess {String} focus.name 名称
  133. * @apiSuccess {String} focus.pic 图片
  134. * @apiSuccess {Object[]} product 产品列表
  135. * @apiSuccess {String} product.id 产品id
  136. * @apiSuccess {String} product.name 名称
  137. * @apiSuccess {String} product.info 介绍
  138. * @apiSuccess {String} product.content 内容
  139. * @apiSuccess {Object[]} product.price 规格
  140. * @apiSuccess {String} product.price.price 原价
  141. * @apiSuccess {String} product.price.zhe_price 折扣价(特价)
  142. * @apiSuccess {String} product.price.type 获取方式 1为购买,2为兑换,同时出现1,2,两个按钮同时出现
  143. * @apiSuccess {String} product.price.cash 购买金额,当type=1时有效
  144. * @apiSuccess {String} product.price.code 兑换码数量,当type=2时有效
  145. */