docs: 乘客指定車種拍板(admin 端) - #18
Merged
Merged
Conversation
使用者 2026-07-16 拍板:清潔費依乘客指定車種加收。主規格見 dispatch P 章節。 - 訂單詳情要顯示 rides.required_vehicle_type(清潔費的觸發依據, 否則客服無法解釋為何多收清潔費) - 強調與「司機當時的車輛快照」是兩個不同欄位: 前者=乘客要求什麼車,後者=實際派來哪台車 - (可選)即時車隊頁可作為「車隊目前有哪些車種可用」的呈現點 Co-Authored-By: Claude Opus 4.8 <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.
摘要
使用者 2026-07-16 拍板:清潔費依乘客指定的車種加收。只動文件。
主規格見 fleet-dispatch#26「P. 乘客指定車種」。
admin 端影響
rides.required_vehicle_type是清潔費的觸發依據——沒有它,客服無法解釋「為什麼這筆多收了清潔費」required_vehicle_type= 乘客要求什麼車(決定收不收清潔費)driver_vehicle_type/plate_number)= 實際派來哪台車乘客沒指定寵物車但被派到寵物車時,後者是
pet而前者是空 → 不收清潔費🤖 Generated with Claude Code