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
57ee05c8
Commit
57ee05c8
authored
Nov 15, 2025
by
kenzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mergin login
parent
d8591f38
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
37 deletions
+1
-37
src/main/java/com/cnooc/expert/config/TheWebMvcConfigurer.java
+0
-28
src/main/java/com/cnooc/expert/controller/expert/ExpertController.java
+1
-1
src/main/java/com/cnooc/expert/external/expert/api/LoginServiceApi.java
+0
-8
No files found.
src/main/java/com/cnooc/expert/config/TheWebMvcConfigurer.java
View file @
57ee05c8
...
...
@@ -11,33 +11,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public
class
TheWebMvcConfigurer
implements
WebMvcConfigurer
{
<<<<<<<
HEAD
// @Autowired
// private LoginInterceptor loginInterceptor;
//
// @Override
// public void addInterceptors(InterceptorRegistry registry) {
//
// // 注册登录拦截器,并设置拦截路径和排除路径
// registry.addInterceptor(loginInterceptor)
// .addPathPatterns("/**") // 拦截所有路径
// .excludePathPatterns( // 排除一些路径
// "/sys/**",
// "/verify/**",
// "/person/**",
// "/text/**",
// "/error/**",
// "/error"
// );
//
// registry.addInterceptor(webAuthInterceptor());
// }
//
// @Bean
// public WebAuthInterceptor webAuthInterceptor() {
// return new WebAuthInterceptor();
// }
=======
@Autowired
private
LoginInterceptor
loginInterceptor
;
...
...
@@ -63,6 +36,5 @@ public class TheWebMvcConfigurer implements WebMvcConfigurer {
public
WebAuthInterceptor
webAuthInterceptor
()
{
return
new
WebAuthInterceptor
();
}
>>>>>>>
3
bc7fe8847766d39bf419c764c9495af3590dfa2
}
src/main/java/com/cnooc/expert/controller/expert/ExpertController.java
View file @
57ee05c8
...
...
@@ -94,7 +94,7 @@ public class ExpertController {
}
/**
*
学位列表
*
评标专业
*
* @return
*/
...
...
src/main/java/com/cnooc/expert/external/expert/api/LoginServiceApi.java
View file @
57ee05c8
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.ExpertInfoGetReq
;
import
com.cnooc.expert.external.expert.model.request.ExpertInfoReq
;
...
...
@@ -34,8 +29,5 @@ public interface LoginServiceApi {
@POST
(
"/zjfw/zggrxxgl/updateZhuanJiaInfoApp"
)
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