|

5精币
变量名 | 类 型 | 静态 | 数组 | 备 注 | 局_网址 | 文本型 | | | 局_方式 | 整数型 | | | 局_提交数据 | 文本型 | | | ADD_协议头 | 类_POST数据类 | | | 局_提交协议头 | 文本型 | | | 局_结果 | 字节集 | | | 局_返回 | 文本型 | | |
局_网址 = “https://www.10000rc.com/user-center/login/multiLogin”局_方式 = 0 局_提交数据 = “{mobile:” + 编辑框1.内容 + “,code:” + 编辑框2.内容 + “}”ADD_协议头. 添加 (“ 'Host'”, “'www.10000rc.com',”)ADD_协议头. 添加 (“ 'apptype'”, “'2',”)ADD_协议头. 添加 (“ 'User-Agent'”, “'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 MicroMessenger/7.0.20.1781(0x6700143B) NetType/WIFI MiniProgramEnv/Windows WindowsWechat/WMPF WindowsWechat(0x63090c33)XWEB/13639',”)ADD_协议头. 添加 (“ 'Content-Type'”, “'application/json',”)ADD_协议头. 添加 (“ 'equipment'”, “'88F7AB16-2B03-4D26-8CD2-0E39368A6482',”)ADD_协议头. 添加 (“ 'equipmentVersion'”, “'',”)ADD_协议头. 添加 (“ 'equipmentType'”, “'',”)ADD_协议头. 添加 (“ 'xweb_xhr'”, “'1',”)ADD_协议头. 添加 (“ 'userType'”, “'2',”)ADD_协议头. 添加 (“ 'os'”, “'miniinsuprogram',”)ADD_协议头. 添加 (“ 'version'”, “'20250624',”)ADD_协议头. 添加 (“ 'Accept'”, “'*/*',”)ADD_协议头. 添加 (“ 'Sec-Fetch-Site'”, “'cross-site',”)ADD_协议头. 添加 (“ 'Sec-Fetch-Mode'”, “'cors',”)ADD_协议头. 添加 (“ 'Sec-Fetch-Dest'”, “'empty',”)ADD_协议头. 添加 (“ 'Referer'”, “'https://servicewechat.com/wx4aa31a035af69e39/63/page-frame.html',”)ADD_协议头. 添加 (“ 'Accept-Language'”, “'zh-CN,zh;q=0.9'”)局_提交协议头 = ADD_协议头. 获取协议头数据 ()局_结果 = 网页_访问_对象 (局_网址, 局_方式, 局_提交数据, , , 局_提交协议头, , , , , , , , , , , )局_返回 = 到文本 (编码_编码转换对象 (局_结果 )) 调试输出 (局_返回 )
“{"respCode":-1,"errorCode":500,"errorMsg":"服务繁忙,请稍后重试!"}”
同样的请求在vscode 用js请求返回
{respCode: -1, errorCode: 1005, errorMsg: '短信验证码错误'}
搞不明白是咋回事了
|
|