|
|
@@ -108,11 +108,7 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
- $get = Yii::$app->request->get();
|
|
|
- $isMini = $get['isMini'] ?? 0;
|
|
|
$notice = [];
|
|
|
- $admin = $this->admin;
|
|
|
-
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|