| 1 | 注册成功返回code | testapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 2 | 注册成功返回msg | testapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | success | equal | success |
| 3 | 注册成功返回data_mobile | testapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 18300000000 | equal | 18300000000 |
| 4 | 注册后用户is_new检查 | testapipost.php req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 18300000000 | equal | 18300000000 |
| 5 | 注册后用户is_new_user检查 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 18300000000 | equal | 18300000000 |
| 6 | 注册后reids登录状态检查 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 11275 | equal | 11275 |
| 7 | 用户已存在时注册返回code | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 50003 | equal | 50003 |
| 8 | 用户已存在时注册返回msg | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 用户已注册,请登录 | equal | 用户已注册,请登录 |
| 9 | 用户已存在时注册判断data数组长度 | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 10 | 用户已存在时注册判断data是不是数组 | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 11 | 手机号为空时注册返回code | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 50001 | equal | 50001 |
| 12 | 手机号为空时注册返回msg | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 手机号不能为空 | equal | 手机号不能为空 |
| 13 | 手机号为空时注册判断data数组长度 | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 14 | 手机号为空时注册判断data是不是数组 | req[remote_ip=192.168.1.100&password=122456&verification_code=111111&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 15 | 手机号格式错误时注册返回code | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 50002 | equal | 50002 |
| 16 | 手机号格式错误时返回msg | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 手机号格式错误 | equal | 手机号格式错误 |
| 17 | 手机号格式错误时判断data数组长度 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 18 | 手机号格式错误时判断data是不是数组 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 19 | 密码为空时注册返回code | req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200 | PASS | 50004 | equal | 50004 |
| 20 | 密码为空时注册返回msg | req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200 | PASS | 密码不能为空 | equal | 密码不能为空 |
| 21 | 密码为空时判断data数据长度 | req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 22 | 密码为空时判断data是不是数组 | req[remote_ip=192.168.1.100&password=&verification_code=111111&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 23 | ip为空时注册返回code | req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 50005 | equal | 50005 |
| 24 | ip为空时注册返回msg | req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | IP不能为空 | equal | IP不能为空 |
| 25 | ip为空时判断data数据长度 | req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 26 | ip为空时判断data是不是数组 | req[remote_ip=&password=123456&verification_code=111111&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 27 | 验证码为空时注册返回code | req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200 | PASS | 50006 | equal | 50006 |
| 28 | 验证码为空时注册返回msg | req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200 | PASS | 验证码不能为空 | equal | 验证码不能为空 |
| 29 | 验证码为空时判断data数据长度 | req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 30 | 验证码为空时判断data是不是数组 | req[remote_ip=192.168.1.100&password=123456&verification_code=&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 31 | 渠道为空时注册返回code | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200 | PASS | 50007 | equal | 50007 |
| 32 | 渠道为空时注册返回msg | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200 | PASS | 渠道不能为空 | equal | 渠道不能为空 |
| 33 | 渠道为空时判断data数据长度 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200 | PASS | 0 | equal | 0 |
| 34 | 渠道为空时判断data是不是数组 | req[remote_ip=192.168.1.100&password=123456&verification_code=111111&channel=] httpcode=200 | PASS | ARRAY | equal | ARRAY |
| 35 | 验证码错误时注册返回code | req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200 | PASS | 50011 | equal | 50011 |
| 36 | 验证码错误时注册返回msg | req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200 | PASS | 验证码错误 | equal | 验证码错误 |
| 37 | 验证码错误时注册判断data数组长度 | req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200 | PASS | 0 | equal | 0 |
| 38 | 验证码错误时注册判断data是不是数组 | req[remote_ip=192.168.1.100&password=122456&verification_code=111222&channel=testscript] httpcode=200 | PASS | ARRAY | equal | ARRAY |