|
|
|
@ -15,9 +15,9 @@ use App\Service\CouponRebateServiceInterface; |
|
|
|
use Hyperf\Di\Annotation\Inject; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* @Consumer(exchange="deviceCouponRebate", routingKey="deviceCouponRebate", queue="deviceCouponRebate", name ="couponRebateConsumer", nums=1) |
|
|
|
*/ |
|
|
|
// /**
|
|
|
|
// * @Consumer(exchange="deviceCouponRebate", routingKey="deviceCouponRebate", queue="deviceCouponRebate", name ="couponRebateConsumer", nums=1)
|
|
|
|
// */
|
|
|
|
class couponRebateConsumer extends ConsumerMessage |
|
|
|
{ |
|
|
|
/** |
|
|
|
|