zhangqian
2023-10-28 05582688724c78bc70a7bc860193c67677f6c8cf
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}