* Add test commit

This commit is contained in:
Lichengjun
2021-06-10 14:55:50 +08:00
parent cab06fced9
commit 7e8c167b87
+1
View File
@@ -99,6 +99,7 @@ class gitlabModel extends model
* @access public
* @return array
*/
public function getUserBindList($host, $token)
{
$host = rtrim($host, '/') .'/api/v4/users?private_token='.$token ;