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