|
<?php
|
|
namespace app\controller\api;
|
|
|
|
use app\model\CouponMain;
|
|
use app\repository\CouponRepository;
|
|
use think\Collection;
|
|
use think\response\Json;
|
|
|
|
/**
|
|
* 评论相关
|
|
*
|
|
* Class Consumer
|
|
* @package app\controller\api
|
|
*/
|
|
class Comment extends Base
|
|
{
|
|
protected $noNeedLogin = [
|
|
'',
|
|
];
|
|
|
|
|
|
} |