Browse Source

合并后 删除多余文件

master
parent
commit
8406b27bca
  1. 15
      app/Service/CouponRebate.php
  2. 12
      app/Service/CouponRebateInterface.php

15
app/Service/CouponRebate.php

@ -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
{
}

12
app/Service/CouponRebateInterface.php

@ -1,12 +0,0 @@
<?php
namespace App\Service;
interface CouponRebateInterface
{
public function isCouponRebate($user_id);
public function getActiveInfo();
}
Loading…
Cancel
Save