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