使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
mcarman
/
Wappler_Access
关注
1
点赞
0
派生
0
代码
工单
1
合并请求
0
版本发布
0
百科
动态
浏览代码
Temp fix for confirmation
master
rpm-mcarman
2 年前
父节点
e8e8ad04ef
当前提交
908bf79d91
共有
1 个文件被更改
,包括
9 次插入
和
22 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+9
-22
app/api/security/confirm.json
+ 9
- 22
app/api/security/confirm.json
查看文件
@@ -66,13 +66,7 @@
"options": {
"password": "{{$_POST.password}}"
},
"outputType": "text",
"metaData": {
"hashPassword": {
"name": "password",
"type": "text"
}
}
"outputType": "text"
},
{
"name": "update",
@@ -383,7 +377,6 @@
}
},
"output": true,
"metaData": {},
"meta": [
{
"type": "object",
@@ -476,7 +469,8 @@
]
}
],
"outputType": "object"
"outputType": "object",
"disabled": true
},
{
"name": "repeat",
@@ -494,13 +488,7 @@
"url": "{{$_ENV.API_BASEURL+'xuserroles/add/'+$_POST.id+'/'+roleid}}",
"method": "POST"
},
"output": true,
"metaData": {
"apiUrl": {
"name": "roleid",
"type": "number"
}
}
"output": true
}
}
},
@@ -529,15 +517,14 @@
{
"name": "roleid",
"type": "number"
},
{
"name": "addroles",
"type": "text"
}
],
"outputType": "array",
"metaData": {
"repeatExpression": {
"name": "query",
"type": "array"
}
}
"disabled": true
}
]
},
撰写
预览
正在加载...
取消
保存