import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import java.util.*; @RestController public class CheckoutController { @GetMapping("/checkout") public Map checkout( @RequestParam String products, @RequestParam(required = false) String coupon) { // Parse products Map productQuantities = new HashMap<>(); for (String productEntry : products.split(",")) { String[] parts = productEntry.split(":"); productQuantities.put( parts[0], // Product ID Integer.parseInt(parts[1]) // Quantity ); } // Build result Map result = new HashMap<>(); result.put("products", productQuantities); result.put("coupon", coupon != null ? coupon : "No coupon applied"); return result; } }

SEARCH

AND MORE

PICK UP

HOT

14件中 1-14件表示

【D&G全種類対象!2本で20%OFF/3本以上で30%OFFクーポンご利用OK!】ダスト&グロー ウォーターレスパウダー デイリー洗顔 くすみ/乾燥肌用 40g(最大65回使用可能)マリリニュージーランド【本店限定!会員パスポートでさらに最大12%OFF】

当店通常価格 ¥ 3,500
販売価格 ¥ 3,500 税込
会員様はさらに2%OFF! ¥ 3,430 税込
在庫切れ
詳細を見る
14件中 1-14件表示