mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
吧代码的传参方式从sz,000001改成sz000001
This commit is contained in:
@@ -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:]) {
|
||||
|
||||
Reference in New Issue
Block a user