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