🐛 fix: Update order_id to order_no in BalanceLogPage and related typings; enhance timezone switch component with additional features and localization updates

This commit is contained in:
web
2025-09-05 08:50:57 -07:00
parent a4de9df1fc
commit ac36075e7b
33 changed files with 287 additions and 66 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// @ts-ignore
// API 更新时间:
// API 唯一标识:
import * as auth from './auth';
+1 -1
View File
@@ -128,7 +128,7 @@ declare namespace API {
type: number;
user_id: number;
amount: number;
order_id?: number;
order_no?: string;
balance: number;
timestamp: number;
};