瀏覽代碼

不返回类型

gongfuzhu 10 月之前
父節點
當前提交
9238059dae

+ 1 - 1
SpringBatchServiceClient/src/main/java/com/zswl/cloud/springBatch/client/service/XiaoJuService.java

@@ -31,7 +31,7 @@ public interface XiaoJuService {
 
     @ApiOperation("发放优惠券")
     @RequestMapping(value = "getPromotion", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
-    ResultContent<List<GenPromotionInfo>> getPromotion(@RequestBody QueryGetPromotionRequest queryGetPromotionRequest);
+    ResultContent getPromotion(@RequestBody QueryGetPromotionRequest queryGetPromotionRequest);
 
 
 }