|
@@ -10,6 +10,9 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * 曝光统计
|
|
|
|
+ */
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/exposure")
|
|
@RequestMapping("/exposure")
|
|
public class ExposureController {
|
|
public class ExposureController {
|