更新定期投資計劃
暫停或恢復已有的定期投資計劃。
SDK Links
Parameters
SDK 方法參數。
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | 是 | 計劃 ID(路徑參數) |
| action | string | 是 | 執行操作:pause(暫停)或 resume(恢復) |
Request Example
Response
Response Example
json
{
"code": 0,
"message": "success",
"data": {}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | 成功 | UpdateDcaResponse |
| 400 | 請求錯誤 | None |
Schemas
UpdateDcaResponse
無響應體字段。

