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
f4f8777d
Commit
f4f8777d
authored
Feb 18, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wx doc
parent
4d2e1b6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletions
+34
-1
center-channel/app/front/entry/public/apidoc/platform/policy.md
+34
-1
No files found.
center-channel/app/front/entry/public/apidoc/platform/policy.md
View file @
f4f8777d
...
...
@@ -4,6 +4,7 @@
1.
[
政策申请提报
](
#submitPolicyNeed
)
1.
[
政策需求列表
](
#getPolicyNeedList
)
1.
[
需求信息备注提交
](
#submitPolicyNeedNotes
)
1.
[
获取微信签名信息
](
#getWxSign
)
## **<a name="policyQuery"> 政策检索(H5)</a>**
[
返回到目录
](
#menu
)
...
...
@@ -154,7 +155,6 @@
"requestId"
:
"de04d31de8114cc78b5257c59ea31355"
}
```
## **<a name="submitPolicyNeedNotes"> 需求信息备注提交(后台页面)</a>**
[
返回到目录
](
#menu
)
##### URL
...
...
@@ -183,4 +183,37 @@
"requestId"
:
"0a4483b9b7ca4594b1bfc487d49746d2"
}
```
## **<a name="getWxSign"> 获取微信签名信息</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/action/policy/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getWxSign
```
javascript
{
"actionType"
:
"getWxSign"
,
"actionBody"
:
{
"url"
:
"http://gsb.qifu.gongsibao.com/"
//当前网页的URL,不包含#及其后面部分
}
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:{
"jsapi_ticket"
:
"sM4AOVdWfPE4DxkXGEs8VJK3-61YVvRLBqI-KWT682YNCdxlqHtAFxuoVHbOtb_ZoLalzqMy0jD835ajBCINAw"
,
"nonceStr"
:
"zhengcepolicy"
,
"timestamp"
:
1582012108
,
"url"
:
"http://gsb.qifu.gongsibao.com/"
,
"signature"
:
"269a120c2e47e6b324601fb6df40f932902d0ae7"
,
"appId"
:
"wx8aa8a8d4ff3da8bd"
},
"requestId"
:
"5dc78d501b6d42c2af0f157cb1cceb28"
}
```
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