提交注册 = 编码_URL解码 (到文本 (网页_访问_对象 (“https://m.zhonglb.com/rest/user/register”, 1, “{” + #引号 + “phone” + #引号 + “ :” + #引号 + 手机号 + #引号 + “,” + #引号 + “code” + #引号 + “:” + #引号 + 手机验证码 + #引号 + “,” + #引号 + “password” + #引号 + “:” + #引号 + 配置密码.内容 + #引号 + “,” + #引号 + “cityCode” + #引号 + “:” + #引号 + “110101” + #引号 + “,” + #引号 + “inviteCode” + #引号 + “:” + #引号 + “111328” + #引号 + “}”, cookie, , #注册协议头)), 真)
=================
(“https://m.zhonglb.com/rest/user/register”, 1, “{” + #引号 + “phone” + #引号 + “ :” + #引号 + 手机号 + #引号 + “,” + #引号 + “code” + #引号 + “:” + #引号 + 手机验证码 + #引号 + “,” + #引号 + “password” + #引号 + “:” + #引号 + 配置密码.内容 + #引号 + “,” + #引号 + “cityCode” + #引号 + “:” + #引号 + “110101” + #引号 + “,” + #引号 + “inviteCode” + #引号 + “:” + #引号 + “111328” + #引号 + “}”, cookie, , #注册协议头)
=============================
[原始]
{“phone”:“17162824724”,“code”:“8588”,“password”:“b71039ee21cbe158b06ee530925285d8”,“cityCode”:“110101”,“inviteCode”:“111328”}
[最终]
“{” + #引号 + “phone” + #引号 + “ :” + #引号 + 手机号 + #引号 + “,” + #引号 + “code” + #引号 + “:” + #引号 + 手机验证码 + #引号 + “,” + #引号 + “password” + #引号 + “:” + #引号 + 配置密码.内容 + #引号 + “,” + #引号 + “cityCode” + #引号 + “:” + #引号 + “110101” + #引号 + “,” + #引号 + “inviteCode” + #引号 + “:” + #引号 + “111328” + #引号 + “}"
1 把所有的 " 替换成 +#引号+
2 在原来有 "的地方 加 "
3 把两边的大括号 分别用 “” 引起了
4 把 “17162824724” 这种 换成 不带引号的 手机号 或 手机验证码之类