zhangqian
2023-10-13 4a23356a5840b624c81dda44b0028ed8fc3656cc
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}