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