Actions
New Function #102
closed[API] mall/product image URL
Description
1.[API] mall image URL
1) As-is
- if st_mall.image_file is NOT empty, set common URL of the image file
2) To-be
- if st_mall.krs_img_url is NOT empty, set by this value
- else, set as current
3) Target APIs to apply
- GET /api/mall_list
- GET /api/mall
- GET /api/store_ongoing_order_list : data.image_file_url
2.[API] product image URL
1) As-is
- if st_product.image_file is NOT empty, set common URL of the image file
2) To-be
- if st_product.krs_img_url is NOT empty, set by this value
- else, set as current
3) Target APIs to apply
- GET /api/mall_product_list
- GET /api/mall_menu_list
- GET /api/product_info
- GET /api/product_qna_list
- GET /api/interest_product_list
- GET /api/cart_product_list
- GET /api/product_qna
- GET /api/order_list
- GET /api/order
- GET /api/store_ongoing_order_list : data.products.image_url
- GET /api/qna/list
- GET /api/subscribe/product_list
- GET /api/subscribe/product
- GET /api/main/product_list
Actions