
API设计
文章平均质量分 88
LeoJame
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ReactNative朋友圈API设计
//概要 //基本数据 //Account 账户 /** * Id * Account 用户名:邮箱/手机号(当前选邮箱) * Pwd 密码 * createdAt 创建时间 * updatedAt 修改时间 * deletedAt 逻辑删除 *///User 用户 /** * Id * PicUrl 头像 *转载 2017-07-25 21:05:09 · 395 阅读 · 0 评论 -
河工APP文档
数据API接口1,登录访问路径URL:http://192.168.2.156:8089/api/Login请求方式:POST请求头内容:{ 'Accept': 'application/json', 'Content-Type': 'application/json', }请求参数:name 登录用户名 pwd 登录密码 返回值:{ success:true,原创 2017-07-26 12:00:07 · 466 阅读 · 0 评论 -
圣恩熙女鞋系统后台API
数据结构定义//Product //产品数据对象解构 { id:101, name:'产品名', summary:'产品简介', image:'imageURL', code:'产品编码,例如3014', price:'价格', colors:[ color, ... ], sizes:[ size, ... ] }//Color对象 //颜色描述对象 { id:'颜色id,唯一标识', name:原创 2017-07-27 12:14:34 · 520 阅读 · 0 评论