| | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.other.api.domain.ShopPoint; |
| | | import com.ruoyi.other.api.domain.ShopPointCopy; |
| | | import com.ruoyi.other.api.feignClient.ShopPointClient; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | | |
| | |
| | | public void saveShopPoint(ShopPoint shopPoint) { |
| | | R.fail("保存门店积分流水失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void saveShopPoint(ShopPointCopy shopPoint) { |
| | | R.fail("保存门店积分流水失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void deleteShopPointCopy(Long orderId) { |
| | | |
| | | } |
| | | }; |
| | | } |
| | | } |