huangjiajun il y a 3 jours
Parent
révision
69d86515e8
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      app/svc/svc_store.go

+ 3
- 0
app/svc/svc_store.go Voir le fichier

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


Chargement…
Annuler
Enregistrer