Commit 21cb0179 by mushishixian

过期写死

parent 908d9972
Showing with 1 additions and 0 deletions
......@@ -189,6 +189,7 @@ func InitSkuData(sku string) (data LySku) {
isExpire := gjson.Get(sku, "is_expire").Int()
data.IsExpire = int(isExpire)
data.IsExpire = 0
hkDeliveryTime := gjson.Get(sku, "hk_delivery_time").String()
data.HkDeliveryTime = hkDeliveryTime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment