add todos

This commit is contained in:
2022-09-01 00:02:40 +08:00
parent db3dd57fcf
commit 7fc751481b
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ local http = require "resty.http"
local create_task = require "lib.create_task"
local TaskTypes = require 'lib.task_type'
--todo: add verify
local httpc = http.new()
ngx.req.read_body()
local req_body = cjson.decode(ngx.req.get_body_data())