修改功能依赖
This commit is contained in:
@@ -39,7 +39,7 @@ class Index extends BaseController
|
||||
//平台机器人总余额
|
||||
$ptzbotmoney=Db::name("admin_bot")->sum('money');
|
||||
//平台总利润
|
||||
$ptlirun=Db::name("order")->sum('lirun');
|
||||
$ptlirun=Db::name("order")->sum('slirun');
|
||||
|
||||
return $this->success('返回成功', ['uplist'=>$uplist,'ptzuser'=>$ptzuser,'ptzbot'=>$ptzbot,'ptzbotmoney'=>$ptzbotmoney,'ptlirun'=>$ptlirun]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user