This commit is contained in:
2023-03-16 10:17:44 +08:00
parent d19a1271d3
commit 21fe6be452
18 changed files with 297 additions and 132 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Account extends Base
* @return array
* @throws GuzzleException
*/
public function createAccount(string $user_id,string $nick_name,string $avatar): array
public function createAccount(string $user_id,string $nick_name = "",string $avatar = ""): array
{
try {
$options = [