Project

General

Profile

New Function #73

Updated by Deca Park about 1 year ago

<p>1.Error API</p> 

 <p>&nbsp; API<br /> 
 &nbsp; 1) coupon-controller<br /> 
 &nbsp; &nbsp; a) GET /api/download_coupon_list : 500 error<br /> 
 &nbsp; 2) product-controller<br /> 
 &nbsp; &nbsp; a) GET /api/mall_product : 401 error<br /> 
 &nbsp; &nbsp; b) POST /api/cart_product<br /> 
 &nbsp; &nbsp; &nbsp; - if mall_code &amp; product_code is already existed, server error happens<br /> 
 &nbsp; &nbsp; &nbsp; - if data is already existd, UPDATE product_count<br /> 
 &nbsp; 3) mall-contoller<br /> 
 &nbsp; &nbsp; a) POST /api/mall_favorites : 401 error<br /> 
 &nbsp; &nbsp; b) DELETE /api/mall_favorites : 401 error</p> 

Back