huangjiajun hace 3 días
padre
commit
69d86515e8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      app/svc/svc_store.go

+ 3
- 0
app/svc/svc_store.go Ver fichero

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


Cargando…
Cancelar
Guardar