Commit 99194085 by yangjian

编辑体验卡需要上传体验卡名字

parent 0057fbb3
......@@ -85,7 +85,7 @@ public class TestUpdateExperienceCard extends XMBaseTest {
object.put("useForActivity", "false");//不开启用于营销活动
object.put("surfaceCornerMark", "自动化测试");//封面标签
object.put("title", title);
object.put("title", "课程次数入场次数"+ RandomStringUtil.randomString(3));
object.put("validPeriod", "10");//有效期
object.put("activatePatternList", activatePatternList);//生效方式
object.put("price", price);//售价
......
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