fix
zhangqian
2023-08-18 ce3d99ca62fc7f60dafd98ac29d14cea478d96b3
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}