Skip to content

获取线索列表-v3实体类LeadsListGetResponseData 错误。 #38

@kimchouslm

Description

@kimchouslm

public class LeadsListGetResponseData {
@SerializedName("leads_info")
private LeadsListStruct leadsInfo = null;

@SerializedName("page_info")
private PageInfo pageInfo = null;

public LeadsListGetResponseData leadsInfo(LeadsListStruct leadsInfo) {
this.leadsInfo = leadsInfo;
return this;
}

}

实际上leads_info 是一个数组,请紧急修复一下!
{
"code": 0,
"message": "success",
"data": {
"page_info": {
"page": 1,
"page_size": 10,
"total_number": 4746,
"total_page": 475
},
"leads_info": [
{
"nationlity": "",
"age": "",
"profession": "",
"address": ""
}]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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