会员数量

This commit is contained in:
“wanyongkang”
2021-01-25 14:42:17 +08:00
parent 0cead8138d
commit 4541a4d884

View File

@@ -36,7 +36,7 @@ class User extends Controller
'Code' => 10000,
'Data' => $user_list,
'Message' => '',
'TotalCount' => 10000,
'TotalCount' => $user_model->getCount()['count'],
];
echo json_encode($data);
}