package forward

type LiHongFeiRequest struct {
}

type LiHongFeiResponse struct {
	Dat interface{} `json:"dat"`
}