fix
zhangqian
2023-08-30 58c8f42464f85bdce1c6ef683b92ccd25d74c6d2
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}