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