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