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