1
This commit is contained in:
@@ -25,6 +25,15 @@ class PlaAccountServer {
|
||||
return window.framework.http.post('/account/detail', { id })
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过设备SN码获取账号信息
|
||||
* @param {String} sn_code - 设备SN码
|
||||
* @returns {Promise}
|
||||
*/
|
||||
getBySnCode(sn_code) {
|
||||
return window.framework.http.post('/account/getBySnCode', { sn_code })
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增账号
|
||||
* @param {Object} row - 账号数据
|
||||
|
||||
Reference in New Issue
Block a user