add
wangpengfei
2023-08-17 08d858716ad674ebe81e9c11c62c9ec4b6ce8d87
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}