Commit 97436185 authored by 邓莹莹's avatar 邓莹莹

完善login用例

parent 3edad9b6
......@@ -26,4 +26,25 @@ login_vfc:
current_city_id: "beijing"
phone_num: "+86123456789qq"
vfc_code: 12345
assert: "手机号无效, 请检查输入"
-
case: "登录失败case--手机号为空"
current_city_id: "beijing"
phone_num: ""
vfc_code: 12345
assert: "参数错误"
-
case: "登录失败case--验证码为空"
current_city_id: "beijing"
phone_num: "+8612345678912"
vfc_code:
assert: "验证码错误"
-
case: "登录失败case--都为空"
current_city_id: "beijing"
phone_num:
vfc_code:
assert: "手机号无效, 请检查输入"
\ No newline at end of file
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