@ -1,15 +0,0 @@
<?php
namespace App\Service;
use Hyperf\DbConnection\Db;
use Hyperf\HttpServer\Contract\RequestInterface;
use Hyperf\Di\Annotation\Inject;
use Hyperf\Paginator\Paginator;
class CouponRebate implements CouponRebateInterface
{
}
@ -1,12 +0,0 @@
interface CouponRebateInterface
public function isCouponRebate($user_id);
public function getActiveInfo();