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