We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path /v1/boards/test/articles/M.1629565994.A.158 not found
有可能需要分成兩個 ISSUE 來解?
搞不好成因和無法刪除的 #285 類似
請參考 testing-script C6-1-7 C6-1-8
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode 'board_id=test'
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode "email=$1"
然後就出現 not found 了
要能正常轉文
Package version: cb8fb31
The text was updated successfully, but these errors were encountered:
@PichuChen 我試著修了一下,還請幫我 code review 看看哪裡有問題
Sorry, something went wrong.
Merge pull request #292 from karta0807913/feature/#286-#fix-forward-a…
e42fab6
…rticle-route fix article-forward router
Successfully merging a pull request may close this issue.
發生了什麼事? / The Problem
path /v1/boards/test/articles/M.1629565994.A.158 not found
有可能需要分成兩個 ISSUE 來解?
搞不好成因和無法刪除的 #285 類似
如何重現 / To Reproduce
請參考 testing-script C6-1-7 C6-1-8
2-a. 將 SYSOP 中最新一篇文章轉到 test 版 (
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode 'board_id=test'
)2-b. 將 SYSOP 中最新一篇文章轉到自己的信箱 (
curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode "email=$1"
)然後就出現 not found 了
預期的行為 / Expected behavior
要能正常轉文
螢幕截圖 / Screenshots
開發環境 / Environment
Package version: cb8fb31
The text was updated successfully, but these errors were encountered: