Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
bb7b011e
Commit
bb7b011e
authored
Jan 14, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
053858c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
center-channel/app/front/entry/public/apidoc/appDesc/newDemoDesc.md
+5
-5
No files found.
center-channel/app/front/entry/public/apidoc/appDesc/newDemoDesc.md
View file @
bb7b011e
...
...
@@ -4,7 +4,7 @@
## **<a name="getToken"> 获取token</a>**
[
返回到目录
](
#menu
)
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
#####
URL
#####
(1)URL 前端获取token示例
[
/web/auth/accessAuth/getAppTokenByHosts
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
...
...
@@ -15,8 +15,8 @@
"actionBody"
:{}
}
```
##### 或
#####
URL
#####
(2)URL 后端请求获取token示例
[
/api/auth/accessAuth/getAppTokenByAppKey
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
...
...
@@ -24,8 +24,8 @@
{
"actionType"
:
"getAppTokenByAppKey"
,
//固定写法就行
"actionBody"
:{
"appkey"
:
"2019090811"
,
//Y string appkey
"secret"
:
"f99d413b767f09b5dff0b3610366cc46"
//Y string 密钥
"appkey"
:
"2019090811"
,
//Y string appkey
,使用时问平台获取
"secret"
:
"f99d413b767f09b5dff0b3610366cc46"
//Y string 密钥
,使用时问平台获取
}
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment