Get chagnes to GetCandles

This commit is contained in:
zhangkun9038@dingtalk.com 2025-03-05 22:26:30 +08:00
parent bd2354b81e
commit f3e1506f2f

View File

@ -158,7 +158,7 @@ func (this *RESTAPI) SetTimeOut(timeout time.Duration) *RESTAPI {
}
// 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.Uri = uri