dev-discount
袁野 3 years ago
parent 8dd1916a15
commit 8ac800fad6
  1. 3
      hai-cweb/src/main/java/com/cweb/controller/pay/CzOrderController.java
  2. 2
      hai-service/src/main/resources/dev/commonConfig.properties
  3. 6
      hai-service/src/main/resources/prod-9401/commonConfig.properties
  4. 2
      hai-service/src/main/resources/prod/commonConfig.properties

@ -96,7 +96,8 @@ public class CzOrderController {
response.setCharacterEncoding("UTF-8"); response.setCharacterEncoding("UTF-8");
response.setContentType("text/html;charset=utf-8"); response.setContentType("text/html;charset=utf-8");
PrintWriter writer= response.getWriter(); PrintWriter writer= response.getWriter();
writer.write("success"); writer.write("SUCCESS");
} catch (Exception e) { } catch (Exception e) {
log.error("WechatPayController --> wechatNotify() error!", e); log.error("WechatPayController --> wechatNotify() error!", e);

@ -52,7 +52,7 @@ TelApiSecret=d11ee9b41e014a039f030e53ae6f5295
TelMemberId=d13091df65d64aafbf0f35d2093157b7 TelMemberId=d13091df65d64aafbf0f35d2093157b7
// Mobile // Mobile
CzNotifyUrl = https://hsgcs.dctpay.com/crest/czOrder/orderRefundNotify CzNotifyUrl = https://hsgcs.dctpay.com/crest/czOrder/rechargeCallback
CzAppKey = eaomqcbpdz7yjfih CzAppKey = eaomqcbpdz7yjfih
CzUrl = https://hfcs.dmjvip.com/index.php/third/mobile/createOrder CzUrl = https://hfcs.dmjvip.com/index.php/third/mobile/createOrder
CzAppSecret = xkf9eoq2cjh6uvzp0mtrga134lnibdw8 CzAppSecret = xkf9eoq2cjh6uvzp0mtrga134lnibdw8

@ -42,3 +42,9 @@ wx_cert=/home/project/wx_cert/
TelApiKey=2d01f6b520254b1a80f6b167832cea18 TelApiKey=2d01f6b520254b1a80f6b167832cea18
TelApiSecret=d11ee9b41e014a039f030e53ae6f5295 TelApiSecret=d11ee9b41e014a039f030e53ae6f5295
TelMemberId=d13091df65d64aafbf0f35d2093157b7 TelMemberId=d13091df65d64aafbf0f35d2093157b7
CzNotifyUrl = https://hsg.dctpay.com/crest/czOrder/rechargeCallback
CzAppKey = p429mlj3cvn5hb07
CzUrl = https://jj.dmjvip.com/index.php/third/mobile/createOrder
CzAppSecret = bf57pnqy8mkexr0v169c3g4odazwu2ij

@ -44,7 +44,7 @@ TelApiSecret=d11ee9b41e014a039f030e53ae6f5295
TelMemberId=d13091df65d64aafbf0f35d2093157b7 TelMemberId=d13091df65d64aafbf0f35d2093157b7
// Mobile // Mobile
CzNotifyUrl = https://hsg.dctpay.com/crest/czOrder/orderRefundNotify CzNotifyUrl = https://hsg.dctpay.com/crest/czOrder/rechargeCallback
CzAppKey = p429mlj3cvn5hb07 CzAppKey = p429mlj3cvn5hb07
CzUrl = https://jj.dmjvip.com/index.php/third/mobile/createOrder CzUrl = https://jj.dmjvip.com/index.php/third/mobile/createOrder
CzAppSecret = bf57pnqy8mkexr0v169c3g4odazwu2ij CzAppSecret = bf57pnqy8mkexr0v169c3g4odazwu2ij

Loading…
Cancel
Save