✏️ uid → open_id

This commit is contained in:
目棃
2024-02-01 11:41:07 +08:00
parent 24fc93b34b
commit 1cf29d0750
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ declare namespace TGApp.Plugins.Mys.GameLogin {
* @return StatusPayloadRaw
*/
interface StatusPayloadRaw {
uid: string;
open_id: string;
open_token: string;
}
}