Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周健威
rs-cloud-platform-ui
Commits
c6b77a82
Commit
c6b77a82
authored
Jan 07, 2021
by
rencs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_ren' into 'master'
1.7 See merge request
!30
parents
3c577ac2
33b9b6f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
45 deletions
+45
-45
index.js
src/api/website/industryApplication/index.js
+45
-45
No files found.
src/api/website/industryApplication/index.js
View file @
c6b77a82
...
@@ -13,7 +13,7 @@ import fetch from 'utils/fetch';
...
@@ -13,7 +13,7 @@ import fetch from 'utils/fetch';
* 获取所有行业应用类型
* 获取所有行业应用类型
* @param {Object} indexShow
* @param {Object} indexShow
*/
*/
export
function
getAllApplicationType
(
obj
){
export
function
getAllApplicationType
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/website/industryApplicationType/app/unauth/getAll'
,
url
:
'/api/website/industryApplicationType/app/unauth/getAll'
,
method
:
'get'
,
method
:
'get'
,
...
@@ -25,7 +25,7 @@ export function getAllApplicationType(obj){
...
@@ -25,7 +25,7 @@ export function getAllApplicationType(obj){
* 分页获取所有行业应用类型
* 分页获取所有行业应用类型
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
getListApplicationType
(
obj
){
export
function
getListApplicationType
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/website/industryApplicationType/getList'
,
url
:
'/api/website/industryApplicationType/getList'
,
method
:
'get'
,
method
:
'get'
,
...
@@ -37,7 +37,7 @@ export function getListApplicationType(obj){
...
@@ -37,7 +37,7 @@ export function getListApplicationType(obj){
* 新增或更新行业应用类型
* 新增或更新行业应用类型
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
addUpdateApplicationType
(
obj
){
export
function
addUpdateApplicationType
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/website/industryApplicationType/addUpdate'
,
url
:
'/api/website/industryApplicationType/addUpdate'
,
method
:
'post'
,
method
:
'post'
,
...
@@ -49,7 +49,7 @@ export function addUpdateApplicationType(obj){
...
@@ -49,7 +49,7 @@ export function addUpdateApplicationType(obj){
* 分页获取行业应用信息
* 分页获取行业应用信息
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
getListApplicationInfo
(
obj
){
export
function
getListApplicationInfo
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/website/industryApplicationInfo/getList'
,
url
:
'/api/website/industryApplicationInfo/getList'
,
method
:
'get'
,
method
:
'get'
,
...
@@ -61,7 +61,7 @@ export function getListApplicationInfo(obj){
...
@@ -61,7 +61,7 @@ export function getListApplicationInfo(obj){
* 新增或更新行业应用信息
* 新增或更新行业应用信息
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
addUpdateApplicationInfo
(
obj
){
export
function
addUpdateApplicationInfo
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/website/industryApplicationInfo/addUpdate'
,
url
:
'/api/website/industryApplicationInfo/addUpdate'
,
method
:
'post'
,
method
:
'post'
,
...
@@ -73,10 +73,10 @@ export function addUpdateApplicationInfo(obj){
...
@@ -73,10 +73,10 @@ export function addUpdateApplicationInfo(obj){
* 新增或更新交易保障
* 新增或更新交易保障
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
addUpdateProtection
(
obj
){
export
function
addUpdateProtection
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
"/api/website/commonInfo/addUpdate"
,
url
:
'/api/website/commonInfo/addUpdate'
,
method
:
"post"
,
method
:
'post'
,
data
:
obj
data
:
obj
})
})
}
}
...
@@ -85,10 +85,10 @@ export function addUpdateProtection(obj){
...
@@ -85,10 +85,10 @@ export function addUpdateProtection(obj){
* 获取分页的交易保障
* 获取分页的交易保障
* @param {Object} obj
* @param {Object} obj
*/
*/
export
function
getListProtections
(
obj
){
export
function
getListProtections
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
"/api/website/commonInfo/getAll"
,
url
:
'/api/website/commonInfo/getAll?type=1'
,
method
:
"get"
,
method
:
'get'
,
param
:
obj
param
:
obj
})
})
}
}
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