ACGN-stock / acgn-stock

PTT ACGN股票交易市場
https://acgn-stock.com
MIT License
262 stars 37 forks source link

在更新 使用者自介 或 公司介紹 時補上空缺的圖片值 #650

Closed SoftwareSing closed 4 years ago

SoftwareSing commented 4 years ago

在發送更新時如果一開始就沒有圖片,且此次更新也未填上時,將導致送出的資料沒有 picture (pictureSmall, pictureBig) 欄位,並導致後端執行 check 時出錯 即使在後端 check 的數值加上 undefind 亦無效果 ( Match.OneOf(String, null, undefind) ) 推測會先確認欄位存不存在才對內容進行確認 因此在前端發送前先將其初始化為 null