第一个电话:
curl -L -v \
-c customer_cookies.txt \
-b customer_cookies.txt \
-H "Content-Type: application/json" \
-d "{\"couponClaimCode\":\"0001\"}" \
"http://localhost:7103/rest/model/atg/commerce/promotion/CouponActor/claimCoupon"
第二个电话:
http://localhost:7103/rest/model/atg/commerce/promotion/CouponActor/claimCoupon?couponClaimCode=0001
这两个电话都做同样的事情:传递优惠券代码。假设我想将null作为值传递,那我应该怎么做呢?