作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加最新版本的easywechat

... ... @@ -810,6 +810,7 @@ class IndexController extends RestBaseController
$return['time']=date('H:i:s',$result['add_time']);*/
$return['time']=json_decode($result['select_time'],true);
$return['name']=db('volunteer')->where('user_id',$result['user_id'])->value('name');
$return['pic']=json_decode($result['work_pic'],true);
$this->success('',$return);
}
... ...