Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李振兴
2016-04-22 18:19:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eaecdd0feed763be02230ffa6c5fa36c6b3aca2d
eaecdd0f
1 parent
bd679025
Created 用户设备绑定 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
用户设备绑定.md
用户设备绑定.md
0 → 100644
View file @
eaecdd0
###接口地址
#####增加设备
> /device/add_device
###请求方式
> post请求
###请求参数
> String deviceMark
---------------------------
###接口地址
#####增加token
> /token/addtoken
###请求方式
> post请求
###请求参数
> String deviceMark,String type,String token
--------------------------
###接口地址
#####绑定用户和设备
> /relationship/bind
###请求方式
> post请求
###请求参数
> String deviceMark,String userId
描述:调用顺序:添加设备接口调用成功-->添加token接口-->绑定用户和设备
...
...
Please
register
or
login
to post a comment