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
30436845
Commit
30436845
authored
Jan 08, 2020
by
尹亚亭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2966215e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
55 deletions
+1
-55
channel-access/src/api/api.js
+1
-42
channel-access/src/api/tmOrder.js
+0
-13
No files found.
channel-access/src/api/api.js
View file @
30436845
import
axios
from
"axios"
;
import
http
from
"@/http/http.js"
;
let
baseUrl
=
"http://tm.plus.jdcloud.com:4003/web/auth/accessAuth/getAppTokenByHosts"
;
...
...
@@ -10,44 +10,3 @@ export function getTokens() {
actionBody
:
{}
});
}
//jdbycdetailtm数据
export
function
getJdbycdetailtmData
()
{
return
http
.
post
(
baseUrl
,
{
actionType
:
"getAppTokenByHosts"
,
actionBody
:
{
timeStamp
:
1578295027
,
channelUserId
:
""
}
});
}
//初审公告期号图片
export
function
getLinkUrl
(
num
)
{
return
axios
.
post
(
baseUrl
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
sbzch
:
"14543071"
,
zcggqh
:
num
,
timeStamp
:
1578298188
,
channelUserId
:
""
},
actionType
:
"noticezcggsearch"
,
requrl
:
"/action/tmQuery/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
});
}
//获取公司信息
export
function
getCompanyInfo
(
name
)
{
return
http
.
post
(
baseUrl
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
company_name
:
name
,
timeStamp
:
1578298969
,
channelUserId
:
""
},
actionType
:
"getCompanyInfoNoUser"
,
requrl
:
"/action/tmQuery/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
});
}
channel-access/src/api/tmOrder.js
View file @
30436845
...
...
@@ -3,19 +3,6 @@ import http from "@/http/http.js";
let
baseUrl2
=
"/a/web/action/tmOrder/springBoard"
;
// 获取jdtrademark商标注册卡片信息
// 产品详情-应用中心
// export function getRegInfo() {
// return http.post(baseUrl2, {
// actionBody: {
// channelItemCode: "FW_GOODS-581976-1"
// },
// actionType: "getCAProductDetail",
// actionProcess: "jd"
// });
// }
// 获取jdtrademark商标注册卡片信息
// 产品列表-根据产品大类获取-应用中心
export
function
getRegInfo
()
{
return
http
.
post
(
baseUrl2
,
{
...
...
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