This commit is contained in:
张成
2025-12-19 11:40:25 +08:00
parent f233f368ed
commit 34ebad316a
5 changed files with 276 additions and 66 deletions

View File

@@ -132,6 +132,17 @@ class PlaAccountServer {
})
}
/**
* 重试指令
* @param {Number|String} commandId - 指令ID
* @returns {Promise}
*/
retryCommand(commandId) {
return window.framework.http.post(`pla_account/retryCommand`, {
commandId
})
}
/**
* 停止账号的所有任务
* @param {Object} row - 账号数据包含id和sn_code