Commit dd519fa5 by yangfangfang

解决报错

parent a7878a7f
......@@ -48,8 +48,10 @@ public class TestPurchaseCamp extends BaseTestImpl {
@Test
public void testPurchaseCamp(){
//存量数据:存量训练营C端报名活动:需要是可以报名的训练营活动
// 获取存量训练营活动
String id = trainTools.getAppliableCampList("存量训练营C端报名活动47").getJSONObject(0).getString("id");
String id = trainTools.getAppliableCampList("存量训练营C端报名活动").getJSONObject(0).getString("id");
// 获取的微信用户
String memberId = userTools.getMemberInfo().getString("memberId");
......
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