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