jiangshuai
2023-12-18 447a15ba201b4497df0f2cccba8ae25612ede19d
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}