fix
zhangqian
2023-08-16 a9053682a59a20d5994bae402de549b46d4ac969
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}