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
be76d6b1
Commit
be76d6b1
authored
Jan 17, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
0c4a3d96
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
27 deletions
+29
-27
channel-access/src/api/api.js
+7
-6
channel-access/src/api/tmOrder.js
+20
-19
channel-access/src/api/tmQuery.js
+1
-1
channel-access/src/api/tmTools.js
+1
-1
No files found.
channel-access/src/api/api.js
View file @
be76d6b1
import
axios
from
"axios"
;
let
baseUrl
=
"/
api/
web/auth/accessAuth/getAppTokenByHosts"
;
let
baseUrl
=
"/web/auth/accessAuth/getAppTokenByHosts"
;
//获取token
export
function
getTokens
()
{
return
axios
.
post
(
baseUrl
,
{
actionType
:
"getAppTokenByHosts"
,
//固定写法就行
actionBody
:
{}
});
}
return
axios
.
post
(
baseUrl
,
{
actionType
:
"getAppTokenByHosts"
,
//固定写法就行
actionBody
:
{}
});
}
\ No newline at end of file
channel-access/src/api/tmOrder.js
View file @
be76d6b1
import
http
from
"@/http/http.js"
;
let
baseUrl
=
"/
api/
web/action/tmOrder/springBoard"
;
let
baseUrl
=
"/web/action/tmOrder/springBoard"
;
// 获取jdtrademark商标注册申请类型:自主/专家辅助/担保 卡片信息
// 产品列表-根据产品大类获取-应用中心
export
function
getProductListCards
()
{
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
typeOneCode
:
"sbfu"
},
actionType
:
"getCAProductListByTypeOneCode"
,
actionProcess
:
"jd"
});
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
typeOneCode
:
"sbfu"
},
actionType
:
"getCAProductListByTypeOneCode"
,
actionProcess
:
"jd"
});
}
// 产品详情:点击首页的 专家辅助申请 和 担保申请-进入相应的专家辅助申请 和 担保申请产品详情页面
// 产品详情-应用中心
export
function
getProductDetail
()
{
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
// 自助: FW_GOODS-581976-1
// 辅助:FW_GOODS-580010-1
// 担保:FW_GOODS-581978-1
channelItemCode
:
"FW_GOODS-581978-1"
},
actionType
:
"getCAProductDetail"
,
actionProcess
:
"bw"
});
}
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
// 自助: FW_GOODS-581976-1
// 辅助:FW_GOODS-580010-1
// 担保:FW_GOODS-581978-1
channelItemCode
:
"FW_GOODS-581978-1"
},
actionType
:
"getCAProductDetail"
,
actionProcess
:
"bw"
});
}
\ No newline at end of file
channel-access/src/api/tmQuery.js
View file @
be76d6b1
import
http
from
"@/http/http.js"
;
let
baseUrl
=
"/
api/
web/action/tmQuery/springBoard"
;
let
baseUrl
=
"/web/action/tmQuery/springBoard"
;
// 商标详情查询接口
export
function
tradeMarkDetail
(
params
)
{
...
...
channel-access/src/api/tmTools.js
View file @
be76d6b1
import
http
from
"@/http/http.js"
;
import
axios
from
"axios"
;
let
baseUrl
=
"/
api/
web/action/tmTools/springBoard"
;
let
baseUrl
=
"/web/action/tmTools/springBoard"
;
// 获取selftmreg的尼斯查询 一级查询得到二级树 二级查询得到三级树
export
function
getNiceQueryCategory
(
nclcodeSCode
)
{
...
...
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