fix table bug
This commit is contained in:
parent
f31c3fc9fb
commit
b2eb0ccd06
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
// VERSION 版本号
|
||||
const VERSION = "0.6.8"
|
||||
const VERSION = "0.6.9"
|
||||
|
||||
// DOMAIN 许可域
|
||||
const DOMAIN = "*.iqka.com"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"path": "/:name/save/:id",
|
||||
"path": "/:name/save",
|
||||
"method": "POST",
|
||||
"process": "xiang.table.Save",
|
||||
"in": ["$param.name", ":payload"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue