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


Loading…
取消
儲存