1
This commit is contained in:
@@ -11,6 +11,10 @@ class TokenServer {
|
||||
return window.framework.http.post("/biz_token/revoke", row);
|
||||
}
|
||||
|
||||
async regenerate(row) {
|
||||
return window.framework.http.post("/biz_token/regenerate", row);
|
||||
}
|
||||
|
||||
async exportRows(row) {
|
||||
return window.framework.http.post("/biz_token/export", row);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user