Revert "Revert "* Add test commit""

This reverts commit 0c0a1dbcc9.
This commit is contained in:
Lichengjun
2021-06-10 14:57:04 +08:00
parent 0c0a1dbcc9
commit a45167b655
+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 ;