1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user