huangjiajun 6 days ago
parent
commit
69d86515e8
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/svc/svc_store.go

+ 3
- 0
app/svc/svc_store.go View File

@@ -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) {


Loading…
Cancel
Save