pub async fn get_cash_detail(
__arg0: State<RestState>,
rec: Option<Extension<Arc<KeyRecord>>>,
__arg2: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>Expand description
POST /api/cash-detail — 单条资金流水详情
参数:
- acc_id (u64, 必填), trd_env
- inner.log_id (string, 必填): 从 GetCashLog 响应里取
- inner.market / inner.account_id: daemon 从已鉴权 acc_id 派生,client-provided 值会被忽略