Audit fixes: LIVE symbols/fills/expiry/pending, security harden, add 更新说明.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -210,6 +210,7 @@ export default function SettingsPage() {
|
||||
const body: Record<string, unknown> = {
|
||||
mode,
|
||||
confirm_live: goingLive,
|
||||
confirm_live_phrase: goingLive ? "LIVE" : undefined,
|
||||
};
|
||||
if (okxKey.trim()) body.okx_api_key = okxKey.trim();
|
||||
if (okxSecret.trim()) body.okx_api_secret = okxSecret.trim();
|
||||
|
||||
Reference in New Issue
Block a user