liujiandao
2024-03-01 6ab6e517d224d8318a9a4ee189671a35bc2fbd2a
1
2
3
4
5
6
package request
 
type GetPriceStandard struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}