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