作者 郭文星

'21341'

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