-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Labels
No labels