会员数量

This commit is contained in:
“wanyongkang”
2021-01-25 14:43:49 +08:00
parent 4541a4d884
commit fc2bc8a46f

View File

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