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