优化代码逻辑,使用ServiceLoader加载未知类的实例

This commit is contained in:
lxy
2019-05-15 17:04:42 +08:00
parent 3e1fc4ac19
commit ce8c0362d7
14 changed files with 175 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const plat = {
return red.getX('/plat/db_list', params)
},
dbSave({plat}) {
return red.postX('/plat/db_save', {plat})
return red.postX('/plat/db_save', {plat:JSON.stringify(plat)})
},
}
Binary file not shown.
Binary file not shown.
Binary file not shown.