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