fix table bug

This commit is contained in:
Max 2021-10-03 16:40:34 +08:00
parent f31c3fc9fb
commit b2eb0ccd06
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import (
)
// VERSION 版本号
const VERSION = "0.6.8"
const VERSION = "0.6.9"
// DOMAIN 许可域
const DOMAIN = "*.iqka.com"

View file

@ -26,7 +26,7 @@
}
},
{
"path": "/:name/save/:id",
"path": "/:name/save",
"method": "POST",
"process": "xiang.table.Save",
"in": ["$param.name", ":payload"],