|
@@ -39,6 +39,7 @@ public class PayService {
|
|
|
System.out.println(resultStr);
|
|
System.out.println(resultStr);
|
|
|
JSONObject resultJson = WeixinUtil.doXMLParse(resultStr);
|
|
JSONObject resultJson = WeixinUtil.doXMLParse(resultStr);
|
|
|
T result = JSONUtil.toBean(resultJson.toJSONString(),clazz);
|
|
T result = JSONUtil.toBean(resultJson.toJSONString(),clazz);
|
|
|
|
|
+ MrxuAssert.isTrue(result.isSuccess(),result.getErrorMsg());
|
|
|
return result;
|
|
return result;
|
|
|
}
|
|
}
|
|
|
|
|
|