|
@@ -4,22 +4,22 @@ baidu:
|
|
#配置
|
|
#配置
|
|
logging:
|
|
logging:
|
|
level:
|
|
level:
|
|
- org.springframework.web: INFO
|
|
|
|
|
|
+ org.springframework.web: DEBUG
|
|
com.github.binarywang.demo.wx.cp: DEBUG
|
|
com.github.binarywang.demo.wx.cp: DEBUG
|
|
me.chanjar.weixin: DEBUG
|
|
me.chanjar.weixin: DEBUG
|
|
wx:
|
|
wx:
|
|
miniapp:
|
|
miniapp:
|
|
configs:
|
|
configs:
|
|
- - appid: wx4115995705bb0ea0 #中康智慧
|
|
|
|
- secret: 58910ae743005c396012b029c7def579
|
|
|
|
- token: Ncbnd7lJvkripVOpyTFAna6NAWCxCrvC
|
|
|
|
- aesKey: HlEiBB55eaWUaeBVAQO3cWKWPYv1vOVQSq7nFNICw4E
|
|
|
|
- msgDataFormat: JSON
|
|
|
|
- - appid: wxedde588767b358b1 #中康未来智慧药房
|
|
|
|
- secret: 928d2961c81610d8f64b019597212fcd
|
|
|
|
|
|
+ - appid: wxa1231d00c8552870 #中康智慧
|
|
|
|
+ secret: a2d2a39c9b99c1971da66521ab99f015
|
|
token: Ncbnd7lJvkripVOpyTFAna6NAWCxCrvC
|
|
token: Ncbnd7lJvkripVOpyTFAna6NAWCxCrvC
|
|
aesKey: HlEiBB55eaWUaeBVAQO3cWKWPYv1vOVQSq7nFNICw4E
|
|
aesKey: HlEiBB55eaWUaeBVAQO3cWKWPYv1vOVQSq7nFNICw4E
|
|
msgDataFormat: JSON
|
|
msgDataFormat: JSON
|
|
|
|
+# - appid: wxedde588767b358b1 #中康未来智慧药房
|
|
|
|
+# secret: 928d2961c81610d8f64b019597212fcd
|
|
|
|
+# token: Ncbnd7lJvkripVOpyTFAna6NAWCxCrvC
|
|
|
|
+# aesKey: HlEiBB55eaWUaeBVAQO3cWKWPYv1vOVQSq7nFNICw4E
|
|
|
|
+# msgDataFormat: JSON
|
|
cp:
|
|
cp:
|
|
corpId: wwb2a10556a7c2
|
|
corpId: wwb2a10556a7c2
|
|
appConfigs:
|
|
appConfigs:
|
|
@@ -60,8 +60,8 @@ watch:
|
|
password3: v9xsKuqn_$d2y
|
|
password3: v9xsKuqn_$d2y
|
|
|
|
|
|
fs :
|
|
fs :
|
|
- commonApi: http://172.16.0.16:8010
|
|
|
|
- h5CommonApi: http://119.29.195.254:8010
|
|
|
|
|
|
+ commonApi: http://172.16.16.6:8010
|
|
|
|
+ h5CommonApi: http://172.16.16.6:8010
|
|
nuonuo:
|
|
nuonuo:
|
|
key: 10924508
|
|
key: 10924508
|
|
secret: A2EB20764D304D16
|
|
secret: A2EB20764D304D16
|
|
@@ -84,3 +84,7 @@ wx_miniapp_temp:
|
|
pay_order_temp_id:
|
|
pay_order_temp_id:
|
|
inquiry_temp_id:
|
|
inquiry_temp_id:
|
|
|
|
|
|
|
|
+# 配置mybatis的日志信息
|
|
|
|
+mybatis:
|
|
|
|
+ configuration:
|
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|