芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/captcha/config/routes.json
{ "routes": [ { "method": "GET", "path": "/captchas", "handler": "captcha.find", "config": { "policies": [] } }, { "method": "GET", "path": "/captchas/count", "handler": "captcha.count", "config": { "policies": [] } }, { "method": "GET", "path": "/captchas/make", "handler": "captcha.make", "config": { "policies": [] } }, { "method": "GET", "path": "/captchas/getBehPayUrl", "handler": "captcha.getBehPayUrl", "config": { "policies": [] } }, { "method": "GET", "path": "/captchas/question", "handler": "captcha.question", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/answer", "handler": "captcha.answer", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/sendBlackListAlert", "handler": "captcha.sendBlackListAlert", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/sendToPhone", "handler": "captcha.sendToPhone", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/createUserLog", "handler": "captcha.createUserLog", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/sendActiveCodeToUser", "handler": "captcha.sendActiveCodeToUser", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas/isActiveCodeValid", "handler": "captcha.isActiveCodeValid", "config": { "policies": [] } }, { "method": "GET", "path": "/captchas/:id", "handler": "captcha.findOne", "config": { "policies": [] } }, { "method": "POST", "path": "/captchas", "handler": "captcha.create", "config": { "policies": [] } }, { "method": "POST", "path": "/sendMail", "handler": "captcha.sendMail", "config": { "policies": [] } }, { "method": "POST", "path": "/joinBBB", "handler": "captcha.joinBBB", "config": { "policies": [] } }, { "method": "POST", "path": "/endJoin", "handler": "captcha.endJoin", "config": { "policies": [] } }, { "method": "POST", "path": "/sendSms", "handler": "captcha.sendSms", "config": { "policies": [] } }, { "method": "GET", "path": "/getPublicSessions", "handler": "captcha.getPublicSessions", "config": { "policies": [] } }, { "method": "GET", "path": "/checkSessionLicence", "handler": "captcha.checkSessionLicence", "config": { "policies": [] } }, { "method": "POST", "path": "/startPublicSession", "handler": "captcha.startPublicSession", "config": { "policies": [] } }, { "method": "POST", "path": "/resendFactorEmail", "handler": "captcha.resendFactorEmail", "config": { "policies": [] } }, { "method": "DELETE", "path": "/deleteRecordings:id", "handler": "captcha.deleteRecordings", "config": { "policies": [] } }, { "method": "GET", "path": "/getMeetingInfo/:id", "handler": "captcha.getMeetingInfo", "config": { "policies": [] } }, { "method": "GET", "path": "/getMeetingInfoByInteralId/:id", "handler": "captcha.getMeetingInfoByInteralId", "config": { "policies": [] } }, { "method": "GET", "path": "/getMeetings", "handler": "captcha.getMeetings", "config": { "policies": [] } }, { "method": "GET", "path": "/getRecordings", "handler": "captcha.getRecordings", "config": { "policies": [] } }, { "method": "PUT", "path": "/captchas/:id", "handler": "captcha.update", "config": { "policies": [] } }, { "method": "DELETE", "path": "/captchas/:id", "handler": "captcha.delete", "config": { "policies": [] } } ] }