mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
✏️ fix typo
This commit is contained in:
@@ -207,7 +207,7 @@ class TGClient {
|
||||
* @returns {void} - 无返回值
|
||||
*/
|
||||
async callback(callback: string, data: object): Promise<void> {
|
||||
const response: TGApp.BBS.Response.Base = {
|
||||
const response = {
|
||||
retcode: 0,
|
||||
message: "success",
|
||||
data: data ?? {},
|
||||
|
||||
Reference in New Issue
Block a user