|
@@ -11,6 +11,7 @@ import org.springframework.http.MediaType;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
+import com.zswl.cloud.springBatch.client.model.xiaoju.GenPromotionInfo;
|
|
|
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
@@ -30,7 +31,7 @@ public interface XiaoJuService {
|
|
|
|
|
|
@ApiOperation("发放优惠券")
|
|
|
@RequestMapping(value = "getPromotion", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
|
|
|
- ResultContent<List<com.zswl.cloud.springBatch.client.model.xiaoju.GenPromotionInfo>> getPromotion(@RequestBody QueryGetPromotionRequest queryGetPromotionRequest);
|
|
|
+ ResultContent<List<GenPromotionInfo>> getPromotion(@RequestBody QueryGetPromotionRequest queryGetPromotionRequest);
|
|
|
|
|
|
|
|
|
}
|