-
Notifications
You must be signed in to change notification settings - Fork 11
index_tags
New Future edited this page Oct 24, 2015
·
1 revision
标签接口/tags/
GET /task/?key='关键字可缺省'
响应
{
"status": 1,
"info":[
{
"id": "1",
"name": "名称"
}
]
}
POST /tags/
{'name':'标签名'}
响应
{
"status": 1,
"info":
{
"id": "1",
"msg": "添加成功"
}
}
GET /tags/123
响应结果
{
"status": 1,
"info":{
"id": 1,
"use_id": "1",
"name": "名称",
"count": "1",
"time": "2015-10-10 10:10:10",
"user": "用户"
}
}
POST /tags/123
{'sid':'关联的shareid'}
响应
{
"status": 1,
"info":"msg": "添加成功"
}
- 验证auth
- 资源books【部分需登录】
- 文件file【必须已登录】
- 密码password【部分登录】
- 打印店printers【部分登录】
- 学校school【无需登录】
- 分享share【部分登录】+
- 标签tags【部分登录】
- 订单task【必须登录】+
- 用户user【必须已登录】