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