|
@@ -113,4 +113,12 @@ public class DfyTicketController {
|
|
|
return dfyTicketService.tuiPiao(tuiPiaoRequest);
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation(" 同步景区信息")
|
|
|
+ @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
+ @RequestMapping(value = "sync", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
|
|
|
+ void tuiPiao() {
|
|
|
+ dfyTicketService.sync();
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|