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