记得上下班打卡 | git大法好,push需谨慎

Commit d4a2ffa1 authored by GaoHu's avatar GaoHu

exit

parent 838256b0
...@@ -35,8 +35,6 @@ public interface IGoblinGoodsAnticipateService{ ...@@ -35,8 +35,6 @@ public interface IGoblinGoodsAnticipateService{
ResponseDto<Object> delete(String antId); ResponseDto<Object> delete(String antId);
ResponseDto<Object> getSkus(String spuId);
ResponseDto<Object> userAbout(String antId, String skuId,String uid, String phone,Integer state); ResponseDto<Object> userAbout(String antId, String skuId,String uid, String phone,Integer state);
ResponseDto<Object> addAnticipateValues(List<GoblinGoodsAnticipateValueParam> list); ResponseDto<Object> addAnticipateValues(List<GoblinGoodsAnticipateValueParam> list);
......
...@@ -88,9 +88,4 @@ public class GoblinGoodsAnticipateController { ...@@ -88,9 +88,4 @@ public class GoblinGoodsAnticipateController {
return goblinGoodsAnticipateService.userAbout(antId, skuId, uid, phone, state); return goblinGoodsAnticipateService.userAbout(antId, skuId, uid, phone, state);
} }
@ApiOperation("根据spuId查询出所有的sku")
@PostMapping("")
public ResponseDto<Object> getSkus(@RequestParam(name = "apuId") String spuId) {
return goblinGoodsAnticipateService.getSkus(spuId);
}
} }
...@@ -166,11 +166,6 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS ...@@ -166,11 +166,6 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS
return ResponseDto.success(); return ResponseDto.success();
} }
@Override
public ResponseDto<Object> getSkus(String spuId) {
return null;
}
@Override @Override
public ResponseDto<Object> userAbout(String antId, String skuId, String uid, String phone, Integer state) { public ResponseDto<Object> userAbout(String antId, String skuId, String uid, String phone, Integer state) {
//查询该用户是否预 //查询该用户是否预
......
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