jiangshuai
2023-12-18 09bc759bdc9084011596203d44adec3ab38d6ffe
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}