Commit 904aa322 by yangjian

体验卡编辑/新建,增加是否用于营销活动字段

parent a409faa0
......@@ -173,6 +173,8 @@ public class Tools extends XMBaseTest {
object.put("maxIdlePeriod", "7");//首次使用生效方式的最晚生效天数
object.put("surfaceCornerMark", "自动化测试");//封面标签
object.put("title", title);
object.put("useForActivity", false);
object.put("validPeriod", "30");//有效期
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