zhangqian
2023-08-24 2300d26537a69c5233a7a58c0614f4f595305783
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}