Ptt-official-app / Ptt-backend

PTT APP 的後端
BSD 3-Clause "New" or "Revised" License
208 stars 68 forks source link

[BUG] 取得版面設定時回傳型別錯誤 #239

Closed PichuChen closed 3 years ago

PichuChen commented 3 years ago

發生了什麼事? / The Problem

/v1/boards/{{board_id}}/settings 回傳時的 false 應該是字串 "false"

另外這個 API 應該要有權限保護?

如何重現 / To Reproduce

  1. curl 'http://localhost:8081/v1/boards/SYSOP/settings'
  2. 看到錯誤的資料了

預期的行為 / Expected behavior

回傳值應該是字串值,可能要用 fmt.Sprintf 包起來

螢幕截圖 / Screenshots

截圖 2021-06-26 下午4 24 34

開發環境 / Environment

OS: macOS 11.4 測試集:bbs_backup_1624243644.tar.xz Golang Version: go version go1.16.2 darwin/amd64

請參見 PTTAPP go-BBS 後端測試表 2021060401 C3-3-1

whitefloor commented 3 years ago

這個我來