交易所接口
This commit is contained in:
@@ -61,8 +61,8 @@ func (j *JttClient) FindUserForTokenMessage(address string) (res *FindUserForTok
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if res == nil {
|
if res == nil || res.Code != 200 {
|
||||||
err = fmt.Errorf("查询交易所数据失败: %w, 地址:%s", err, address)
|
err = fmt.Errorf("查询交易所数据失败: %w, res: %+v , 地址:%s", err, res, address)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user