| @@ -34,29 +34,29 @@ import java.util.Map; | |||||
| */ | */ | ||||
| @Slf4j | @Slf4j | ||||
| @RestController | |||||
| //@RestController | |||||
| //@RequestMapping("/carCallback") | //@RequestMapping("/carCallback") | ||||
| public class WxCarCYFCallBackController extends BaseController { | public class WxCarCYFCallBackController extends BaseController { | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxParkService wxParkService; | WxParkService wxParkService; | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxCarCmdLogService wxCarCmdLogService; | WxCarCmdLogService wxCarCmdLogService; | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxCUserService wxCUserService; | WxCUserService wxCUserService; | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxCUserCarService wxCUserCarService; | WxCUserCarService wxCUserCarService; | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxCouponSendService wxCouponSendService; | WxCouponSendService wxCouponSendService; | ||||
| @Autowired | |||||
| // @Autowired | |||||
| WxCarPayRecordService wxCarPayRecordService; | WxCarPayRecordService wxCarPayRecordService; | ||||
| @Autowired | |||||
| //@Autowired | |||||
| WxCUserBasicInfoService wxCUserBasicInfoService; | WxCUserBasicInfoService wxCUserBasicInfoService; | ||||
| /** | /** | ||||