huangjiajun 3日前
コミット
69d86515e8
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      app/svc/svc_store.go

+ 3
- 0
app/svc/svc_store.go ファイルの表示

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


読み込み中…
キャンセル
保存