wangpengfei
2023-08-16 8f2e045fcb56929dd1d47d5799d45f688e047c6a
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}