Get chagnes to GetCandles
This commit is contained in:
parent
bd2354b81e
commit
f3e1506f2f
@ -158,7 +158,7 @@ func (this *RESTAPI) SetTimeOut(timeout time.Duration) *RESTAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GetCandles 获取蜡烛图数据
|
// GetCandles 获取蜡烛图数据
|
||||||
func (this *RESTAPI) GetCandles(ctx context.Context, uri string, param *map[string]interface{}) (res *RESTAPIResult, err error) {
|
func (this *RESTAPI) GetCandles(ctx context.Context, uri string, param *map[string]interface{}) (res ResponseData, err error) {
|
||||||
this.Method = GET
|
this.Method = GET
|
||||||
this.Uri = uri
|
this.Uri = uri
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user