Commit 48ebab58 authored by sugar's avatar sugar

圈子

parent 28003748
Pipeline #764 canceled with stages
......@@ -115,9 +115,9 @@ class Friend extends Api{
$province_id = $this->request->post('province_id');
$addr = Addr::getFind(['ID' =>$province_id],'Name');
if(!$content){
/*if(!$content){
$this->error('内容不能为空');
}
}*/
$fastim = Db::name('fastim_user')->where(['user_id' =>$this->auth->id])->find();
// $joincircle = JoinCircle::where(['user_id' =>$this->auth->id,'status' =>1])->find();
$data = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment