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