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