本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
mcarman
/
Wappler_Access
關注
1
收藏
0
複製
0
程式碼
問題
1
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Temp fix for confirmation
master
rpm-mcarman
2 年之前
父節點
e8e8ad04ef
當前提交
908bf79d91
共有
1 個檔案被更改
,包括
9 行新增
和
22 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
]
},
Write
Preview
Loading…
取消
儲存