jiangshuai
2023-11-21 68bb7ca9af76f83028da94c53436da679e00f067
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}