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