liujiandao
2023-11-23 8ec021efed6151b43cee0549f471d572dccf2f62
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}