feat : wx login

This commit is contained in:
2024-11-25 18:02:40 +08:00
parent 865ff6eb7e
commit 9c175fdb78
8 changed files with 175 additions and 9 deletions

View File

@@ -76,4 +76,9 @@ trait WxMiniTrait
throw new ErrException($e->getMessage());
}
}
public function jsCodeGetPhoneNumber(string $code): mixed
{
}
}