Commit ce485fa1 by 孙昱

sunyu::update::resolve conflicts

parent cce5d002
...@@ -97,6 +97,17 @@ public interface ShoppingCartBaseService { ...@@ -97,6 +97,17 @@ public interface ShoppingCartBaseService {
*/ */
BaseResponse clear(CartParamDto cartParamDto, String trackingNo); BaseResponse clear(CartParamDto cartParamDto, String trackingNo);
/**
* 获取购物车商品代金券
*
* @param cartParamDto
* @return
*/
default BaseResponse<String> getCartCouponCode(CartParamDto cartParamDto, String trackingNo) {
return null;
}
/** /**
* 获取商品详细信息 * 获取商品详细信息
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment