|
@@ -138,23 +138,16 @@ type (
|
|
|
UserName string `json:"user Name"`
|
|
|
Password string `json:"password"`
|
|
|
} `json:"es"`
|
|
|
-<<<<<<< HEAD
|
|
|
- AllocationCap int64 `json:"allocationCap"`
|
|
|
- WarningValue int64 `json:"warningValue"`
|
|
|
- NameToMail map[string]string `json:"nameToMail"`
|
|
|
- ThawDay int64 `json:"thawDay"`
|
|
|
- ProductArr []string `json:"productArr"`
|
|
|
- LoopType int64 `json:"loopType"`
|
|
|
-=======
|
|
|
AllocationCap int64 `json:"allocationCap"`
|
|
|
WarningValue int64 `json:"warningValue"`
|
|
|
NameToMail map[string]string `json:"nameToMail"`
|
|
|
ThawDay int64 `json:"thawDay"`
|
|
|
+ ProductArr []string `json:"productArr"`
|
|
|
+ LoopType int64 `json:"loopType"`
|
|
|
BigSaleTime int64 `json:"bigSaleTime"`
|
|
|
BigOrderTime string `json:"bigOrderTime"`
|
|
|
MarketSaleTime int64 `json:"marketSaleTime"`
|
|
|
MarketSaleMail string `json:"marketSaleMail"`
|
|
|
->>>>>>> master
|
|
|
}
|
|
|
)
|
|
|
|