fix
zhangqian
2024-03-19 0b45bfae5abb104bde36d3df077e1f8af6ef570a
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}