作者 王智

daima

@@ -213,4 +213,11 @@ class Common extends Api @@ -213,4 +213,11 @@ class Common extends Api
213 ] 213 ]
214 ); 214 );
215 } 215 }
  216 +
  217 +
  218 + public function open()
  219 + {
  220 + $res=Db::name('open')->order('id desc')->limit(1)->find();
  221 + $this->success('成功',$res['image']);
  222 + }
216 } 223 }