Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • login

login · Changes

Page history
chenchang created page: get_owner authored Dec 07, 2016 by 陈昌's avatar 陈昌
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 8 deletions
+6 -8
  • login.md login.md +6 -8
  • No files found.
login.md
View page @ 9126062a
...@@ -4,11 +4,10 @@ ...@@ -4,11 +4,10 @@
``` ```
/user /user
``` ```
action=register&user_name=18616503617&password=123456
#### 传参
#### 传参
```javascript ```javascript
{action: 'login', usre_name: 18616503617 , password: 123456} {action: 'login', user_name: 18616503617 , password: 123456}
``` ```
|传参|说明|是否必填| |传参|说明|是否必填|
...@@ -23,10 +22,9 @@ action=register&user_name=18616503617&password=123456 ...@@ -23,10 +22,9 @@ action=register&user_name=18616503617&password=123456
{ {
status: 0, status: 0,
message: "请求成功", message: "请求成功",
data: [ data: {
"asdadsas", is_claim_more: 1
"12" }
]
} }
``` ```
```javascript ```javascript
...@@ -58,4 +56,4 @@ data: [ ] ...@@ -58,4 +56,4 @@ data: [ ]
| message |状态信息| | message |状态信息|
#### 示例 #### 示例
http://shuidi.dev.pingansec.com/user?action=login&usre_name=18616503617&password=582546 http://shuidi.dev.pingansec.com/user?action=login&user_name=18616503617&password=654321
\ No newline at end of file \ No newline at end of file
Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages