This commit is contained in:
张成
2025-11-26 18:39:15 +08:00
parent 771dc60607
commit d5d8069573
15 changed files with 2346 additions and 1593 deletions

View File

@@ -31,7 +31,7 @@ class PlaAccountServer {
* @returns {Promise}
*/
add(row) {
return window.framework.http.post('/account/create', row)
return window.framework.http.post('/account/add', row)
}
/**