Commit cc9a602c authored by 5359's avatar 5359

uat环境参数修改

parent 38a62aea
......@@ -21,7 +21,6 @@
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
......@@ -70,7 +69,7 @@
<classifier>classes</classifier>
<scope>provided</scope>
</dependency>
<!-- jinge electronic signature-->
<!-- jinge electronic signature-->
<dependency>
<groupId>com.eleSign</groupId>
<artifactId>aelectronic-Signature</artifactId>
......@@ -488,7 +487,6 @@
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<profile.env>dev</profile.env>
......@@ -496,14 +494,17 @@
</profile>
<profile>
<id>sit</id>
<activation/>
<activation>
</activation>
<properties>
<profile.env>sit</profile.env>
</properties>
</profile>
<profile>
<id>uat</id>
<activation/>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<profile.env>uat</profile.env>
</properties>
......
......@@ -111,27 +111,27 @@ thread.taskSize = 5
#esignHclc
tsign.project.id=1000029
tsign.project.secret=a4859d3bea99b936826994fe2ac9ae04
tsign.project.secret=2e66a86bbc6fa9000d4a5f272cbc70e1
#e签宝地址
tsign.api.url=http://139.196.20.44:8035
tsign.api.url=http://tsign-test.hitachics.com
#用户认证地址
tsign.face.api.url=https://openapi.esign.cn
tsign.face.api.url=https://smlopenapi.esign.cn
#用户认证用户
tsign.face.api.appId=5111596700
tsign.face.api.appId=4438798562
#用户认证密码
tsign.face.api.secret=f112f3acd3ed05263ba4a3fad6e901cd
tsign.face.api.secret=4024c2b5e503a84da6d126fdc6f0da81
#认证结果通知地址
tsign.api.notifyUrl=http://lease.hitachics.com/core/api/public/listen/auth/result
tsign.api.notifyUrl=http://101.133.225.167/core/api/public/listen/auth/result
#签署结果通知地址
tsign.api.listenSignUrl=http://lease.hitachics.com/core/api/public/listen/sign/flow
tsign.api.listenSignUrl=http://101.133.225.167/core/api/public/listen/sign/flow
#签署完成跳转地址
tsign.api.signRedirectUrl=http://lease.hitachics.com/www/#/ElectronicContract
tsign.api.signRedirectUrl=http://sign.hitachics.com/www/#/ElectronicContract
#微信公众号apiKey
wx.apiKey=handexinxi
#微信公众号接口地址
wx.apiHttpUrl=https://wxgzh.hitachics.com/hcs-public-server/internal/third/
#微信服务器图片保存中台路径
wx.image.path = D:\\app\\apache-tomcat-app\\app_file
wx.image.path = D:\\app_dev\\apache-tomcat-app\\app_file
......@@ -139,3 +139,10 @@ face.check.enable=false
#金格电子合同配置文件地址
electronic.signature.path=/Volumes/work/idea/APIconfig
#中登网测试环境
zdw.login.clientKey=04593D186F5AB68871891C235A35ED90E6D5E8DC33414C89E05C29EBF5D19C3919F0D1956568619BA138AC724F4E5DC730266C8186F610D8CC85BFC0748F899695
zdw.login.userName=hclczhongdengwang1
zdw.login.password=zhongdengwang12345
zdw.login.authCode=7b7-f08f197fe2e5
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment