@@ -194,9 +194,10 @@ public class WxPayServiceImpl implements IWxPayService {
return result;
} catch (Exception e) {
e.printStackTrace();
+ throw new CustomException("错误"+e.getMessage());
}
- return null;
+ // return null;
public String wx_config_sign(Map<String, String> result,String url) {