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