huangjiajun 6 일 전
부모
커밋
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) {


불러오는 중...
취소
저장