孟苏慧

测试配置变更

...@@ -79,11 +79,9 @@ miniprogram.orderReminderTemplateId=xxx ...@@ -79,11 +79,9 @@ miniprogram.orderReminderTemplateId=xxx
79 79
80 business-config.hisCustomerQueryUrl = http://localhost:8903/hiscustomers/current/query 80 business-config.hisCustomerQueryUrl = http://localhost:8903/hiscustomers/current/query
81 business-config.clientCustomerQueryUrl = http://localhost:8903/clientcustomers/current/query 81 business-config.clientCustomerQueryUrl = http://localhost:8903/clientcustomers/current/query
82 -business-config.payUrl = http://36.110.128.86:21051/API/Microapp/CreateOrder?appid={0} 82 +business-config.payUrl = https://itemtest.amcare.com.cn/API/Microapp/createWxOrder?appid={0}
83 -business-config.payClientId = Order00001 83 +business-config.payClientId = Order0001
84 -business-config.cancelPayUrl = http://10.2.5.162:21051/frame/requestbase64 84 +business-config.cancelPayUrl = https://itemtest.amcare.com.cn/API/Microapp/wxRefund?appid={0}
85 -business-config.refundSecurityKey = 0987654321
86 -
87 ##Actuator\u914D\u7F6E 85 ##Actuator\u914D\u7F6E
88 management.server.port=8088 86 management.server.port=8088
89 management.endpoints.web.exposure.include=* 87 management.endpoints.web.exposure.include=*
...@@ -103,6 +101,7 @@ sa-token.jwt-secret-key=Uz2BgKsquB3VZ99tvGb6HzQ1RcFMEsa5 ...@@ -103,6 +101,7 @@ sa-token.jwt-secret-key=Uz2BgKsquB3VZ99tvGb6HzQ1RcFMEsa5
103 sa-token.sign.secret-key=4Jk2giMQw8D7lHJcU8fv8CXjSOhjp5Ee 101 sa-token.sign.secret-key=4Jk2giMQw8D7lHJcU8fv8CXjSOhjp5Ee
104 102
105 ##\u65E5\u5FD7\u914D\u7F6E 103 ##\u65E5\u5FD7\u914D\u7F6E
104 +logging.file.path=logs
106 logging.config=classpath:logback-spring.xml 105 logging.config=classpath:logback-spring.xml
107 106
108 aliyun.oss.endPoint=oss-cn-shanghai.aliyuncs.com 107 aliyun.oss.endPoint=oss-cn-shanghai.aliyuncs.com
......