芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/captcha/models/captcha.settings.json
{ "kind": "collectionType", "collectionName": "captchas", "info": { "name": "Captcha", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "value": { "type": "string", "required": true, "private": true }, "isValid": { "type": "boolean", "default": false, "private": true, "required": true }, "relatedPhoneNo": { "type": "string" }, "isWarning": { "type": "boolean" } } }