吧代码的传参方式从sz,000001改成sz000001

This commit is contained in:
钱纯净
2024-11-05 00:18:20 +08:00
parent 39057e5305
commit c90adef204
15 changed files with 84 additions and 139 deletions

View File

@@ -84,7 +84,7 @@ func Decode(bs []byte) (*Response, error) {
}
if resp.Control&0x10 != 0x10 {
return nil, fmt.Errorf("请求失败,请检查参数")
//return nil, fmt.Errorf("请求失败,请检查参数")
}
if int(resp.ZipLength) != len(bs[16:]) {