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) <span style="color:#e74c3c;"><strong>payment_method_name</strong></span><br <strong>payment_method_name</strong><br /> <s>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></s></p> <p><strong> <span style="color:#e74c3c;">a-1) use_point / use_money / coupon_amount</span></strong><br coupon_amount</span></strong><span style="color:#e74c3c;"><br /> <span style="color:#e74c3c;"><strong> <strong> </strong>if use_point > 0, append "포인트" with " + "<br /> if use_money > 0, append "적립금" with " + "<br /> if coupon_amount > 0, append "쿠폰" with " + "</span></p> <p><span style="color:#e74c3c;"> <strong>a-2) if payment_method is NOT NULL (payment_amount > 0)</strong><br /> - append {payment_method's code name} with " + "</span></p> <p><strong> </strong>b) add 3 fields next to mall_name field (refer to #32 : API-20231030)<br /> - mall_biz_no / mall_ceo / mall_address : set by st_mall columns</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>b) add 3 fields next to mall_name field<br /> - same with [API] GET /api/order</p>