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