Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-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
李伟
cust-api
Commits
3ce6fb5f
Commit
3ce6fb5f
authored
Feb 25, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了和91的冲突,更新了pom
parent
3ea3ad50
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
pom.xml
pom.xml
+1
-1
FaceVerifyAliComp.java
...rg/rcisoft/alibaba/faceVerify/bean/FaceVerifyAliComp.java
+1
-1
FaceVerifyController.java
...t/alibaba/faceVerify/controller/FaceVerifyController.java
+1
-1
FaceVerifyService.java
...rcisoft/alibaba/faceVerify/service/FaceVerifyService.java
+1
-1
FaceVerifyServiceImpl.java
...libaba/faceVerify/service/impl/FaceVerifyServiceImpl.java
+1
-1
No files found.
pom.xml
View file @
3ce6fb5f
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<dependency>
<dependency>
<groupId>
org.91isoft
</groupId>
<groupId>
org.91isoft
</groupId>
<artifactId>
91isoft_spbt
</artifactId>
<artifactId>
91isoft_spbt
</artifactId>
<version>
3.3.0_core_alpha
7
</version>
<version>
3.3.0_core_alpha
8
</version>
<!-- <version>3.0.0_nlt.25</version>-->
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency>
</dependency>
...
...
src/main/java/org/rcisoft/alibaba/faceVerify/bean/FaceVerifyAliComp.java
View file @
3ce6fb5f
...
@@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
...
@@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
@Data
@Data
@Component
@Component
(
"faceVerifyAliCompNew"
)
@ConfigurationProperties
(
prefix
=
"faceverfiy"
)
@ConfigurationProperties
(
prefix
=
"faceverfiy"
)
public
class
FaceVerifyAliComp
{
public
class
FaceVerifyAliComp
{
...
...
src/main/java/org/rcisoft/alibaba/faceVerify/controller/FaceVerifyController.java
View file @
3ce6fb5f
...
@@ -23,7 +23,7 @@ import java.util.Map;
...
@@ -23,7 +23,7 @@ import java.util.Map;
/**
/**
* Created by cy on 2024年12月20日 下午3:35:34.
* Created by cy on 2024年12月20日 下午3:35:34.
*/
*/
@RestController
@RestController
(
"faceVerifyControllerNew"
)
@RequestMapping
(
"/faceVerify"
)
@RequestMapping
(
"/faceVerify"
)
public
class
FaceVerifyController
extends
CyPaginationController
<
MemInfo
>
{
public
class
FaceVerifyController
extends
CyPaginationController
<
MemInfo
>
{
...
...
src/main/java/org/rcisoft/alibaba/faceVerify/service/FaceVerifyService.java
View file @
3ce6fb5f
...
@@ -16,7 +16,7 @@ public interface FaceVerifyService {
...
@@ -16,7 +16,7 @@ public interface FaceVerifyService {
/**
/**
* 获取认证详细数据
* 获取认证详细数据
* @param
certifyId
* @param
request
* @return
* @return
*/
*/
Map
<
String
,
String
>
describeFaceVerify
(
InitFaceVerifyRequest
request
);
Map
<
String
,
String
>
describeFaceVerify
(
InitFaceVerifyRequest
request
);
...
...
src/main/java/org/rcisoft/alibaba/faceVerify/service/impl/FaceVerifyServiceImpl.java
View file @
3ce6fb5f
...
@@ -40,7 +40,7 @@ import java.time.LocalDateTime;
...
@@ -40,7 +40,7 @@ import java.time.LocalDateTime;
import
java.time.format.DateTimeFormatter
;
import
java.time.format.DateTimeFormatter
;
import
java.util.*
;
import
java.util.*
;
@Service
@Service
(
"faceVerifyServiceImplNew"
)
@Transactional
(
readOnly
=
true
,
propagation
=
Propagation
.
NOT_SUPPORTED
)
@Transactional
(
readOnly
=
true
,
propagation
=
Propagation
.
NOT_SUPPORTED
)
@Slf4j
@Slf4j
public
class
FaceVerifyServiceImpl
extends
ServiceImpl
<
MemInfoRepository
,
MemInfo
>
implements
FaceVerifyService
{
public
class
FaceVerifyServiceImpl
extends
ServiceImpl
<
MemInfoRepository
,
MemInfo
>
implements
FaceVerifyService
{
...
...
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