|
|
@@ -122,7 +122,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void paymentCallBack(String notifyData) {
|
|
|
+ public String paymentCallBack(String notifyData) {
|
|
|
WxSmallConfig config = new WxSmallConfig(appid,mchid,key);
|
|
|
try {
|
|
|
WXPay wxpay = new WXPay(config);
|
|
|
@@ -149,6 +149,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
+ return null;
|
|
|
}
|
|
|
|
|
|
/**
|