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

生日会员

... ... @@ -55,6 +55,7 @@ class MembersController extends AdminBaseController{
//会员生日
public function birth(){
return $this -> fetch();
}
... ...
... ... @@ -11,8 +11,8 @@
return [
// 应用调试模式
'app_debug' => false,
'app_debug' => true,
// 应用Trace
'app_trace' => false,
'app_trace' => true,
];
\ No newline at end of file
... ...