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