New Function #137
Updated by Deca Park over 1 year ago
<p>1.<strong>[API] GET /api/order</strong></p> <p> 1) Response<br /> a) <strong>payment_method_name</strong><br /> a-1) if payment_method is NULL (payment_amount = 0)<br /> -<strong> format: "포인트 + 적립금 + 쿠폰"</strong><br /> + if use_point > 0, show "포인트"<br /> + if use_money > 0, show "적립금"<br /> + if coupon_amount > 0, show "쿠폰"<br /> a-2) f payment_method is NOT NULL (payment_amount > 0)<br /> -<strong> format: "포인트 + 적립금 + 쿠폰 + {payment_method's code name}"</strong></p> <p><strong> </strong><span style="color:#e74c3c;">b) add 3 fields next to mall_name field<br /> - mall_biz_no / mall_ceo / mall_address : set by st_mall columns</span></p> <p><strong>2.[API] GET /api/order_list</strong></p> <p><strong> </strong>1) Response<br /> a) payment_method_name<br /> <strong> - same with [API] GET /api/order</strong></p> <p><strong> </strong><span style="color:#e74c3c;">b) add 3 fields next to mall_name field<br /> - same with [API] GET /api/order</span></p>