支付宝刷脸-pro文件支付宝配置信息修改为中医院
This commit is contained in:
parent
d4e4923bb6
commit
693947c3a8
|
@ -94,6 +94,7 @@ public class AliScanFaceServiceImpl implements IAliScanFaceService {
|
|||
return Result.error(startServiceIniResult.getMessage());
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.error("[AliScanFaceServiceImpl][aliFacePay][302][整个支付宝刷脸模块出现失败:] :{}", e.getMessage());
|
||||
return Result.error("支付宝刷脸失败:" + e.getMessage());
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ server:
|
|||
|
||||
dpkj:
|
||||
#后端项目访问地址
|
||||
#TODO 改为正式的地址 http://www.lczyyy.com/api
|
||||
serverurl: http://127.0.0.1:15946/api
|
||||
#TODO 改为正式的地址 http://www.lczyyy.com/api http://127.0.0.1:15946/api
|
||||
serverurl: http://www.lczyyy.com/api
|
||||
# 医保配置
|
||||
chs:
|
||||
# 医保机构编码
|
||||
|
|
Loading…
Reference in New Issue