作者 郭文星

'21341'

... ... @@ -25,7 +25,7 @@ class Business extends Api
$this->postParam = $postParam;
parent::_initialize();
$this->auth->id = 1;//测试用
// $this->auth->id = 1;//测试用
$postParam = $this->request->param();
$this->postParam = $postParam;
if (empty($postParam['store_id'])) {
... ...
... ... @@ -71,7 +71,7 @@ class Client extends Api
$user=Db::name("verification_order")
->where('verification_activity_id','=',$activity_id)
->field('name')
->field('name,paytime')
->paginate($total, false, ['page' => $page])
->toArray();
if(!empty($user['data'])){
... ...