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