pub async fn get_bond_trade_reminder(
__arg0: State<RestState>,
rec: Option<Extension<Arc<KeyRecord>>>,
__arg2: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>Expand description
POST /api/bond-trade-reminder — 交易提醒 (mobile cmd 10057)
参数:
- acc_id (u64, 必填)
- trd_env (i32, 0=sim 1=real, default 1)
- market (string, 必填): “HK” / “US” / “SG”
- symbol (string, 必填): 债券 symbol
响应字段 (s2c.inner): tradeable / complex_product / high_risk / sell_tradeable / pre_qualification (各 ReminderItem: value / title / text / reminder_level / url_id).