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