|
|
|
@ -19,7 +19,7 @@ import javax.annotation.Resource;
|
|
|
|
|
* Created by wangning on 17/01/2018.
|
|
|
|
|
*/
|
|
|
|
|
@Service
|
|
|
|
|
public class AfterPaymentFinishListener implements ApplicationListener<AfterPaymentFinishEvent> {
|
|
|
|
|
public class CtripAfterPaymentFinishListener implements ApplicationListener<AfterPaymentFinishEvent> {
|
|
|
|
|
Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
@Resource
|
|
|
|
|
private CouponValidateService couponValidateService;
|