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