|
@@ -13,9 +13,9 @@ ruoyi:
|
|
|
#是否开启swagger
|
|
|
openSwagger: true
|
|
|
cloudPath: http://127.0.0.1:8000/
|
|
|
- clearCachePath: http://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/clearCache
|
|
|
- orderGetDataHook: http://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/orderGetDataHook
|
|
|
- deliverGetDataHook: http://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/deliverGetDataHook
|
|
|
+ clearCachePath: https://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/clearCache
|
|
|
+ orderGetDataHook: https://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/orderGetDataHook
|
|
|
+ deliverGetDataHook: https://suishenbangtest.nipponpaint.com.cn/gateway/order/order/meta-hana-sales-order/deliverGetDataHook
|
|
|
#接口安全验证
|
|
|
security:
|
|
|
#接口过期时间
|
|
@@ -74,7 +74,7 @@ spring:
|
|
|
#TMS接口地址
|
|
|
tmsUrl: https://lbtest.lutms.com/wuliu/apissbzt/ssb_update_authFile.do
|
|
|
tmsToken: EZS2020
|
|
|
- suishenbang: http://suishenbangtest.nipponpaint.com.cn/oneportal
|
|
|
+ suishenbang: https://suishenbangtest.nipponpaint.com.cn/oneportal
|
|
|
mail:
|
|
|
#邮件服务器地址
|
|
|
host: mail.dgtis.com
|
|
@@ -146,10 +146,10 @@ esign:
|
|
|
# appSecret: ee1321fd61ef055cbfff588085ce0cd2
|
|
|
# serviceUrl: https://openapi.esign.cn
|
|
|
# 个人认证回调url
|
|
|
- personNotifyUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateUserIsAuthentication
|
|
|
+ personNotifyUrl: https://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateUserIsAuthentication
|
|
|
# 企业认证成功回调url
|
|
|
- organNotifyUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateCustomersIsAuthentication
|
|
|
+ organNotifyUrl: https://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateCustomersIsAuthentication
|
|
|
# 签署成功回调url
|
|
|
- signSuccessUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateOrderFile
|
|
|
+ signSuccessUrl: https://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateOrderFile
|
|
|
# 下载后的PDF路径
|
|
|
fileUrl: /home/admin/project/file/pdf
|