|
|
|
@@ -70,12 +70,10 @@ public class VideoController extends BaseController { |
|
|
|
@Autowired |
|
|
|
String videoType; |
|
|
|
|
|
|
|
@UserDataRuleAnnotation("property_contract_list") |
|
|
|
@GetMapping("/upload") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "title", value = "页数", dataType = "String", paramType = "query", required = true)}) |
|
|
|
public ResultData list(@ModelAttribute WxPropertyContract wxPropertyContract, String title) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxPropertyContractController::list"); |
|
|
|
VideUploadResult result = videoFactory.getExcutor(videoType).uploadLocalVideo("123123213", "/root/111.mp4"); |
|
|
|
return new ResultData(result); |
|
|
|
} |
|
|
|
|