liujiandao
2024-03-15 aa3c65582bad107cc94a6ac3ba12605ca3c07c8a
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}