docs(app): 回填「接單失敗回 200」已由後端改成 409(dispatch #64) - #83
Merged
Conversation
第五輪那張查證表與「留給後端的」清單寫的是後端用 200+文案表示失敗—— 後端已於 2026-07-30 改成 409(文案一字未改),三處敘述當場更正, 並寫明 App 這端不需要改、既有的逾時對帳退路留著仍無害 (弱網逾時是 statusCode == null,與 409 不同條路)。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
第五輪那張查證表與「留給後端的」清單寫的是後端用 200+文案表示失敗。
後端已於 2026-07-30 改成 409(dispatch PR #64,
文案一字未改),依本檔的寫作規則「過期敘述要當場更正」,三處一併改掉。
同時寫明:
acceptOffer會顯示後端文案、接單卡由ride.taken收掉;乘客端
cancelOrder本來就把ApiException.message顯示出來(先前 200 時它反而什麼都不說)。statusCode == null,與 409 不是同一條路。🤖 Generated with Claude Code