liujiandao
2023-10-13 5fa1de02759b9646e8987312736699755990e960
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}