fix
wangpengfei
2023-08-16 883baee164e60cb535ea4a4030b34a511f208b48
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}