作者 郭文星

'123123'

... ... @@ -24,7 +24,7 @@ class Business extends Api
$postParam = $this->request->param();
$this->postParam = $postParam;
parent::_initialize();
//$this->auth->id=3 ;//测试用
$this->auth->id=3 ;//测试用
$postParam = $this->request->param();
$this->postParam = $postParam;
if (empty($postParam['store_id'])) {
... ...
... ... @@ -11,7 +11,7 @@ use think\Exception;
*/
class Client extends Api
{
protected $noNeedLogin = ['getactivity','participate_activitie'];
protected $noNeedLogin = ['*'];
protected $noNeedRight = ['*'];
protected $postParam;
protected $store_id;
... ...