|
@@ -450,6 +450,9 @@ func GetStoreId(c *gin.Context) string { |
|
|
if utils.StrToInt(storeId) == 0 { |
|
|
if utils.StrToInt(storeId) == 0 { |
|
|
storeId = c.GetHeader("StoreId") |
|
|
storeId = c.GetHeader("StoreId") |
|
|
} |
|
|
} |
|
|
|
|
|
if utils.StrToInt(storeId) == 0 { |
|
|
|
|
|
storeId = c.GetHeader("Store_id") |
|
|
|
|
|
} |
|
|
return storeId |
|
|
return storeId |
|
|
} |
|
|
} |
|
|
func Store(c *gin.Context) { |
|
|
func Store(c *gin.Context) { |
|
|