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