- package entity
- type GBPDPItem struct {
- DetectProductId int `json:"detect_product_id"`
- Name string `json:"keshi_name"`
- DetectItemIds []int `json:"detect_item_ids"`
- }
- type GPParam struct {
- Mobile string `json:"mobile"`
- DPItems []GBPDPItem `json:"dp_items"`
- Oper string `json:"oper"`
- }
|