|
|
|
@@ -8,6 +8,7 @@ import com.simple.common.ResultData; |
|
|
|
import com.simple.domain.po.*; |
|
|
|
import com.simple.enums.EnumCarCmd; |
|
|
|
import com.simple.enums.EnumCarVendor; |
|
|
|
import com.simple.enums.EnumETCPCode; |
|
|
|
import com.simple.service.WxCUserCarService; |
|
|
|
import com.simple.service.WxCarCmdLogService; |
|
|
|
import com.simple.service.WxMerchantService; |
|
|
|
@@ -89,7 +90,7 @@ public class WxCarCallBackController extends BaseController |
|
|
|
} |
|
|
|
|
|
|
|
// TODO 发起 营销 -- 短信 |
|
|
|
return new Result(0, "ok"); |
|
|
|
return new Result(EnumETCPCode.SUCCESS.getCode(), EnumETCPCode.SUCCESS.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -139,7 +140,7 @@ public class WxCarCallBackController extends BaseController |
|
|
|
} |
|
|
|
|
|
|
|
// TODO 发起 营销 -- 短信 |
|
|
|
return new Result(0, "ok"); |
|
|
|
return new Result(EnumETCPCode.SUCCESS.getCode(), EnumETCPCode.SUCCESS.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -180,7 +181,7 @@ public class WxCarCallBackController extends BaseController |
|
|
|
logger.error(e.getMessage()); |
|
|
|
} |
|
|
|
// 营销 - 短信 |
|
|
|
return new Result(0, "ok"); |
|
|
|
return new Result(EnumETCPCode.SUCCESS.getCode(), EnumETCPCode.SUCCESS.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -216,7 +217,7 @@ public class WxCarCallBackController extends BaseController |
|
|
|
} |
|
|
|
|
|
|
|
// 营销 - 短信 |
|
|
|
return new Result(0, "ok"); |
|
|
|
return new Result(EnumETCPCode.SUCCESS.getCode(), EnumETCPCode.SUCCESS.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|