zhangqian
2024-02-29 bc365ed121ae9c38054b786042e6db57312f2c7a
1
2
3
4
5
6
package request
 
type GetPriceStandard struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}