← 返回 amazon 的题目列表Game Shop Design
类型:online_judge
Design a game shop system with the following features:
Add credit to a user: Allow users to add credit to their account.
User purchase item: Users can purchase items from the shop. Decide whether to use item quantity or total value in the API request body.
User refund: Consider potential failures and provide solutions.
While designing, consider API design and database schema to ensure system robustness.