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