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