|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.logpm.factory.oupai.controller; |
|
|
|
|
|
|
|
|
|
import com.logpm.factory.oupai.vo.OuPaiDataPushVO; |
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
@ -18,9 +19,11 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
@Api(value = "欧派工厂数据", tags = "欧派工厂数据") |
|
|
|
|
public class OupaiFactoryDataController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/acceptOupaiFactoryData") |
|
|
|
|
public R acceptOupaiFactoryData(String json){ |
|
|
|
|
log.info("acceptOupaiFactoryData 参数 json {}",json); |
|
|
|
|
public R acceptOupaiFactoryData(OuPaiDataPushVO ouPaiDataPushVO){ |
|
|
|
|
// log.info("acceptOupaiFactoryData 参数 json {}",json);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|