Commit 099ccc55 by xuyamei

接口修改优化

parent 79b63a95
......@@ -167,6 +167,9 @@ public class TestSignOrderAxf extends BaseTestImpl {
Assert.assertEquals(state,"WAITING","先享后付订单创建成功后订单状态不是待支付");
String axfState = getDetailResult.getJSONObject("result").getString("axfState");
Assert.assertEquals(axfState,"PROCESS","先享后付订单安心付状态不是签约中");
orderTools.discard(getDetailId, "重复录入","作废订单");
}
}
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