Commit 9ecfd851 by yangfangfang

增加先享后付违约金相关case

parent fe5e95ed
......@@ -23,6 +23,10 @@ public class TestGetAfterSalesOrder extends BaseTestImpl {
//用的是小麦自动化校区固定的先享后付订购单id:1977663106310189057,因为不是所有的都会有售后详情
// 如果运行的环境为灰度则不执行,原因是灰度环境没有开通先学后付
if(xmAppApi.getUrl().contains("canary-fit.xiaomai5.com"))
return;
JSONObject jsonObject=new JSONObject();
jsonObject.put("id","1977663106310189057");
jsonObject.put("brandId",xmAppApi.getLoginInfo().getBrandId());
......
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