Commit 6a802225 by yangfangfang

修改

parent 8a299a18
...@@ -41,7 +41,7 @@ public class TestGetXmPayResult extends XMBaseTest { ...@@ -41,7 +41,7 @@ public class TestGetXmPayResult extends XMBaseTest {
String success=xmAppApi.getBodyInJSON().getString("success"); String success=xmAppApi.getBodyInJSON().getString("success");
String transState=xmAppApi.getBodyInJSON().getJSONObject("result").getString("transState"); String transState=xmAppApi.getBodyInJSON().getJSONObject("result").getString("transState");
Assert.assertEquals(success,"true","查询订单使用小麦收银支付结果失败"); Assert.assertEquals(success,"true","查询订单使用小麦收银支付结果失败");
Assert.assertEquals(transState,"PAY_SUCCESS","支付成功流水状态未是支付成功"); Assert.assertEquals(transState,"PAY_IN","支付成功流水状态未是支付成功");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment