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