liujiandao
2023-11-08 046b6c88c5244a385c7fb9699aec84a02efdf316
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}