Commit f19064064d5239b9608cd2243b6d5d59979252d0

Authored by kagami
1 parent 143612b5
Exists in master

no message

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
ShuRenZhiDaoWEBAPI
... ... @@ -298,3 +298,18 @@
298 298 参数:类型(IOS还是android)
299 299 返回:代码版本(int类型,用于判断版本),版本字符串(比如1.2.0,用于显示给用户看的,随便填),下载地址(string),更新内容(string)
300 300  
  301 +
  302 + 0315新加需求
  303 +
  304 + 1.新闻搜索接口
  305 + 权限:全部
  306 + 参数:分页参数,关键字
  307 + 返回:新闻列表
  308 +
  309 +
  310 + 1.课程自定义价格付款接口:
  311 + 概述:用户想付多少就付多少,付了钱就能看
  312 + 权限:登录
  313 + 参数:价格(至少1元),课程id,课程类型
  314 + 返回:返回对应课程对应价格的支付宝订单字符串(注意订单也要唯一)
  315 +
... ...