fix
zhangqian
2024-03-20 6befd5f2fe9779883993b87f2e686885c147bc34
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}