|
@@ -12,6 +12,7 @@ ruoyi:
|
|
addressEnabled: false
|
|
addressEnabled: false
|
|
#是否开启swagger
|
|
#是否开启swagger
|
|
openSwagger: true
|
|
openSwagger: true
|
|
|
|
+ cloudPath: http://127.0.0.1:8000/
|
|
#接口安全验证
|
|
#接口安全验证
|
|
security:
|
|
security:
|
|
#接口过期时间
|
|
#接口过期时间
|
|
@@ -104,3 +105,19 @@ qiyeweixin:
|
|
corpsecret: hafspbfljYGiKEdAizhyt3jlxtmZfT9yXnZ5go3ykfw
|
|
corpsecret: hafspbfljYGiKEdAizhyt3jlxtmZfT9yXnZ5go3ykfw
|
|
#应用id
|
|
#应用id
|
|
agentId: 1000079
|
|
agentId: 1000079
|
|
|
|
+esign:
|
|
|
|
+ # SaaS版
|
|
|
|
+ # appId: 7438822756
|
|
|
|
+ # appSecret: fb4f6df1dc934c06e2c84e87e8a3546f
|
|
|
|
+ # PaaS版
|
|
|
|
+ appId: 7438819026
|
|
|
|
+ appSecret: 01df3d5154ea1f77fa64c415fb79c52f
|
|
|
|
+ serviceUrl: https://smlopenapi.esign.cn
|
|
|
|
+ # 个人认证回调url
|
|
|
|
+ personNotifyUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateUserIsAuthentication
|
|
|
|
+ # 企业认证成功回调url
|
|
|
|
+ organNotifyUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateCustomersIsAuthentication
|
|
|
|
+ # 签署成功回调url
|
|
|
|
+ signSuccessUrl: http://suishenbangtest.nipponpaint.com.cn/wxportal-api/eSign/updateOrderFile
|
|
|
|
+ # 下载后的PDF路径
|
|
|
|
+ fileUrl: /home/admin/project/file/pdf
|