Skip to content

SDK的getStockInfo方法底层没有传递type参数,导致查询结果永远为空 #3

Description

@CloudMingjian

SDK的getStockInfo方法底层没有传递type参数,导致查询结果永远为空
public Object getStockInfo(String region, String code) throws Exception {
Map<String, String> params = new HashMap<>();
params.put("region", region);
params.put("code", code);
return get("/stock/info", params, Object.class);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions