Skip to content

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

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": ""
}]
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions