Commit 1cf00989 by yangfangfang

储值卡相关接口case

parent fbd59a68
......@@ -88,7 +88,7 @@ public class TestSignCampOrderByDeposit extends BaseTestImpl {
throw new RuntimeException(e);
}
//获取C端第1张可使用的储值卡
//获取第1张可使用的储值卡
JSONObject depositCard = cardTools.listUserUsableDepositCardB(memberId, "APPLY_TRAINING_CAMP");
depositCardId = depositCard.getJSONObject("result").getJSONArray("applicableList").getJSONObject(0).getString("id");
......
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