Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cnooc_zydeepen-cggl_expert-manage-miniapp
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙德龙
cnooc_zydeepen-cggl_expert-manage-miniapp
Commits
c6def62e
Commit
c6def62e
authored
Nov 15, 2025
by
刘红梅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mock 假数据
parent
30b91a59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
src/main/java/com/cnooc/expert/external/expert/api/LoginServiceApi.java
+0
-14
No files found.
src/main/java/com/cnooc/expert/external/expert/api/LoginServiceApi.java
View file @
c6def62e
package
com
.
cnooc
.
expert
.
external
.
expert
.
api
;
package
com
.
cnooc
.
expert
.
external
.
expert
.
api
;
<<<<<<<
HEAD
import
com.cnooc.expert.external.expert.model.request.ExpertInfoGetReq
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoGetTestResp
;
=======
>>>>>>>
3
bc7fe8847766d39bf419c764c9495af3590dfa2
import
com.cnooc.expert.external.expert.model.request.ExpertInfoAppReq
;
import
com.cnooc.expert.external.expert.model.request.ExpertInfoAppReq
;
import
com.cnooc.expert.external.expert.model.request.ExpertInfoGetReq
;
import
com.cnooc.expert.external.expert.model.request.ExpertInfoReq
;
import
com.cnooc.expert.external.expert.model.request.ExpertInfoReq
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoAppResp
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoAppResp
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoGetTestResp
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoResp
;
import
com.cnooc.expert.external.expert.model.response.ExpertInfoResp
;
import
retrofit2.Call
;
import
retrofit2.Call
;
import
retrofit2.http.Body
;
import
retrofit2.http.Body
;
...
@@ -20,9 +13,6 @@ import java.util.Map;
...
@@ -20,9 +13,6 @@ import java.util.Map;
public
interface
LoginServiceApi
{
public
interface
LoginServiceApi
{
@POST
(
"/"
)
Call
<
ExpertInfoGetTestResp
>
expertDetailUpDate
(
@HeaderMap
Map
<
String
,
Object
>
headers
,
@Body
ExpertInfoGetReq
user
);
@POST
(
"/zjfw/zggrxxgl/querySingleByShengFenZhengOrMobile"
)
@POST
(
"/zjfw/zggrxxgl/querySingleByShengFenZhengOrMobile"
)
Call
<
ExpertInfoResp
>
querySingleByShengFenZhengOrMobile
(
@HeaderMap
Map
<
String
,
Object
>
headers
,
@Body
ExpertInfoReq
expertInfoReq
);
Call
<
ExpertInfoResp
>
querySingleByShengFenZhengOrMobile
(
@HeaderMap
Map
<
String
,
Object
>
headers
,
@Body
ExpertInfoReq
expertInfoReq
);
...
@@ -34,8 +24,4 @@ public interface LoginServiceApi {
...
@@ -34,8 +24,4 @@ public interface LoginServiceApi {
@POST
(
"/zjfw/zggrxxgl/updateZhuanJiaInfoApp"
)
@POST
(
"/zjfw/zggrxxgl/updateZhuanJiaInfoApp"
)
Call
<
ExpertInfoAppResp
>
updateZhuanJiaInfoApp
(
@HeaderMap
Map
<
String
,
Object
>
headers
,
@Body
ExpertInfoAppReq
expertInfoAppReq
);
Call
<
ExpertInfoAppResp
>
updateZhuanJiaInfoApp
(
@HeaderMap
Map
<
String
,
Object
>
headers
,
@Body
ExpertInfoAppReq
expertInfoAppReq
);
<<<<<<<
HEAD
=======
>>>>>>>
3
bc7fe8847766d39bf419c764c9495af3590dfa2
}
}
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