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


正在加载...
取消
保存