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