Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jiwei-api
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
0
Merge Requests
0
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
马天浩
jiwei-api
Commits
faa9669b
Commit
faa9669b
authored
Aug 26, 2020
by
张欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接企查查接口
parent
e7c9475f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
QccController.java
.../java/com/mth/requestsecret/controller/QccController.java
+3
-3
No files found.
src/main/java/com/mth/requestsecret/controller/QccController.java
View file @
faa9669b
...
...
@@ -31,7 +31,7 @@ public class QccController {
* @param keyword
* @return
*/
@
Pos
tMapping
(
"/qiyeSearch"
)
@
Ge
tMapping
(
"/qiyeSearch"
)
public
ResponseEntity
<
String
>
qiyeSearch
(
@RequestParam
String
keyword
)
throws
Exception
{
String
interfaceUrl
=
"http://api.qichacha.com/ECIV4/Search"
;
HttpHead
reqHeader
=
new
HttpHead
();
...
...
@@ -50,7 +50,7 @@ public class QccController {
* @param keyword
* @return
*/
@
Pos
tMapping
(
"/qiyePartnerInfoQuery"
)
@
Ge
tMapping
(
"/qiyePartnerInfoQuery"
)
public
ResponseEntity
<
String
>
qiyePartnerInfoQuery
(
@RequestParam
String
keyword
)
throws
Exception
{
String
interfaceUrl
=
"http://api.qichacha.com/ECIPartner/GetList"
;
HttpHead
reqHeader
=
new
HttpHead
();
...
...
@@ -71,7 +71,7 @@ public class QccController {
* @param personName 人员姓名
* @return
*/
@
Pos
tMapping
(
"/personHisOperCompany"
)
@
Ge
tMapping
(
"/personHisOperCompany"
)
public
ResponseEntity
<
String
>
personHisOperCompany
(
@RequestParam
String
searchKey
,
@RequestParam
String
personName
)
throws
Exception
{
String
interfaceUrl
=
"http://api.qichacha.com/PersonHisOperCompany/GetList"
;
HttpHead
reqHeader
=
new
HttpHead
();
...
...
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