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
22c2d4cf
Commit
22c2d4cf
authored
Jul 02, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档添加接口
parent
1dbde40c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
esign-admin/app/front/entry/public/apidoc/product/product.md
+81
-0
No files found.
esign-admin/app/front/entry/public/apidoc/product/product.md
View file @
22c2d4cf
...
...
@@ -7,6 +7,8 @@
3.
[
根据 id 数组查询
](
#getByIds
)
4.
[
获取组合产品子产品列表
](
#getItems
)
5.
[
添加/更新产品
](
#createOrUpdate
)
6.
[
获取api (list格式)
](
#apiList
)
7.
[
获取api (object格式)
](
#apiMap
)
## **<a name="getPage"> 产品分页查询 </a>**
...
...
@@ -354,3 +356,81 @@
"requestid"
:
"e6f7a5e50e404296ad47c92f43a54de4"
}
```
## **<a name="apiList"> 获取api </a>**
[
返回到目录
](
#menu
)
#### HTTP 请求方式 `POST`
#### 接口地址 `/web/product/productCtl/apiList`
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:[
{
"key"
:
"nameTwo_1"
,
"name"
:
"姓名二要素-e签宝"
},
{
"key"
:
"sign_1"
,
"name"
:
"手动签-e签宝"
},
{
"key"
:
"autoSign_1"
,
"name"
:
"静默签-e签宝"
},
{
"key"
:
"bankThree_2"
,
"name"
:
"银行卡三要素-兰铂旺"
},
{
"key"
:
"bankFour_2"
,
"name"
:
"银行卡四要素-兰铂旺"
}],
"requestid"
:
"d8dbbd33f0294f9e8b3fbfac51165f57"
}
```
## **<a name="apiMap"> 获取api </a>**
[
返回到目录
](
#menu
)
#### HTTP 请求方式 `POST`
#### 接口地址 `/web/product/productCtl/apiMap`
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:{
"nameTwo_1"
:{
"key"
:
"nameTwo_1"
,
"name"
:
"姓名二要素-e签宝"
},
"sign_1"
:{
"key"
:
"sign_1"
,
"name"
:
"手动签-e签宝"
},
"autoSign_1"
:{
"key"
:
"autoSign_1"
,
"name"
:
"静默签-e签宝"
},
"bankThree_2"
:{
"key"
:
"bankThree_2"
,
"name"
:
"银行卡三要素-兰铂旺"
},
"bankFour_2"
:{
"key"
:
"bankFour_2"
,
"name"
:
"银行卡四要素-兰铂旺"
}
},
"requestid"
:
"08483f755eeb48928e7eb201252b8476"
}
```
\ No newline at end of file
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