🐛 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:
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore
|
||||
|
||||
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as ads from './ads';
|
||||
|
||||
+1
-1
@@ -122,7 +122,7 @@ declare namespace API {
|
||||
type: number;
|
||||
user_id: number;
|
||||
amount: number;
|
||||
order_id?: number;
|
||||
order_no?: string;
|
||||
balance: number;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore
|
||||
|
||||
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as auth from './auth';
|
||||
|
||||
+1
-1
@@ -128,7 +128,7 @@ declare namespace API {
|
||||
type: number;
|
||||
user_id: number;
|
||||
amount: number;
|
||||
order_id?: number;
|
||||
order_no?: string;
|
||||
balance: number;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user