|
|
|
@@ -282,6 +282,7 @@ public class WxBillController extends BaseController { |
|
|
|
if (null == result) { |
|
|
|
return new ResultData(Result.ERROR,"账单支付错误,请联系管理员"); |
|
|
|
} |
|
|
|
logger.info("payBill result:" + result); |
|
|
|
return new ResultData(result); |
|
|
|
}catch(Exception e) { |
|
|
|
logger.error("payBill error.",e); |
|
|
|
|