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