* Fix init.

This commit is contained in:
liyang
2022-09-14 09:17:30 +00:00
parent c87c77b709
commit c71e749a69
+1 -1
View File
@@ -65,7 +65,7 @@ $db = new db();
if(!empty($config->test->account) and !empty($config->test->password) and !empty($config->test->base))
{
$rest = new rest($config->test->base);
$rest = new rest($config->test->base);
$token = $rest->post('/tokens', array('account' => $config->test->account, 'password' => $config->test->password));
$token = $token->body;
}