支付宝刷脸模块

This commit is contained in:
2025-05-07 10:06:16 +08:00
parent d46490fc6b
commit 237cf8dbe3
8 changed files with 204 additions and 45 deletions

View File

@@ -2,6 +2,8 @@ server:
port: 5948
dpkj:
#后端项目访问地址 #https://yinyitong.yzqingyan.cn/ http://172.16.11.13:15946/ ttps://yinyitong.yzqingyan.cn
serverurl: http://localhost:5946/api/
# 医保配置
chs:
# 医保机构编码

View File

@@ -2,6 +2,9 @@ server:
port: 5946
dpkj:
#后端项目访问地址
#TODO 改为正式的地址 http://www.lczyyy.com/api
serverurl: http://127.0.0.1:15946/api
# 医保配置
chs:
# 医保机构编码

View File

@@ -22,4 +22,4 @@ spring:
application:
name: ems-express-bridge
profiles:
active: pro
active: dev