符号描述
符号 含义
? 0..1,可选项
* 0..n,可以没有,也可以有多项
+ 1..n,至少有1项,也可以有多项
1 数字1,代表必须且只能填1项
表格中关于数据长度的描述:
Fx表示数据是指定x位长的。
Vx表示数据是变长的,最长为x位长。
xml转json
接口测试流程
注册
通配
<request>
<customer>
<customerName>guhy</customerName>
<cstType>1</cstType>
<headportrait></headportrait>
<cert>31022919990628</cert>
<addr></addr>
<contactInfo>
<phone>111212312</phone>
<weichat>1607695655</weichat>
<qq></qq>
<email></email>
<SpareContact>
<name>顾虹雁</name>
<phone>18814540575</phone>
<SpareContact>
</contactInfo>
</customer>
</request>
键值对
- 键值对 key=value
- 字段名=字段值 连接符 && and符
- userName=用户名&realName=真实姓名&password=密码
&password2=确认密码&checkCode=校验码&weixin=微信
&address=户籍地