|

10精币
兄弟们为什么这个base 64 返回值,返回的解码不出来。谢谢各位大哥,大神,大师。姐姐。
变量名 | 类 型 | 静态 | 数组 | 备 注 | 局_网址 | 文本型 | | | 局_方式 | 整数型 | | | ADD_协议头 | 类_POST数据类 | | | 局_提交协议头 | 文本型 | | | 局_结果 | 字节集 | | | 局_返回 | 文本型 | | |
局_网址 = “https://mapi.cdfgsanya.com/CDF-MEMBER/v1/api/global/captcha/login”局_方式 = 1 ADD_协议头. 添加 (“Host”, “mapi.cdfgsanya.com”, )ADD_协议头. 添加 (“Connection”, “keep-alive”, )ADD_协议头. 添加 (“Content-Length”, “0”, ) ADD_协议头. 添加 (“appVersion”, “10.10.37”, )ADD_协议头. 添加 (“apiVersion”, “2.0”, )ADD_协议头. 添加 (“terminalId”, “16”, )ADD_协议头. 添加 (“sec-ch-ua-mobile”, “?0”, )ADD_协议头. 添加 (“User-Agent”, “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”, )ADD_协议头. 添加 (“anonymousId”, “1950f0546636e4-0029c9eba1e33452-15313374-2073600-1950f054664458”, )ADD_协议头. 添加 (“nativeVersion”, “10.10.36”, )ADD_协议头. 添加 (“Content-Type”, “application/x-www-form-urlencoded;charset=UTF-8”, )ADD_协议头. 添加 (“Accept”, “application/json, text/plain, */*”, )ADD_协议头. 添加 (“distinctId”, “1950f0546636e4-0029c9eba1e33452-15313374-2073600-1950f054664458”, )ADD_协议头. 添加 (“unique”, “weapp-2025021621491902517379149973617735725”, )ADD_协议头. 添加 (“channel”, “big_frontend_h5”, )ADD_协议头. 添加 (“token”, “”, ) ADD_协议头. 添加 (“Origin”, “https://m.cdfhnmall.com”, )ADD_协议头. 添加 (“Sec-Fetch-Site”, “cross-site”, )ADD_协议头. 添加 (“Sec-Fetch-Mode”, “cors”, )ADD_协议头. 添加 (“Sec-Fetch-Dest”, “empty”, )ADD_协议头. 添加 (“Accept-Language”, “zh-CN,zh;q=0.9”, )局_提交协议头 = ADD_协议头. 获取协议头数据 ()局_结果 = 网页_访问_对象 (局_网址, 局_方式, , , , 局_提交协议头, , , , , , , , , , , , , )局_返回 = 到文本 (编码_编码转换对象 (局_结果, , , )) 返回 (局_返回 )
|
最佳答案
查看完整内容
.版本 2
.局部变量 base64, 文本型
base64 = 文本_取出中间文本 (获取图片 (), “base64” + #引号 + “:” + #引号, #引号, , )
base64 = “data:image/jpeg;base64,” + base64
图片框1.图片 = 编码_Base64转图片 (base64)
|