lua 怎么获取post 传入的 json 数据? lua 怎么获取post 传入的 json 数据? 七月 4, 2016 lofky Comments 0 Comment ngx.req.read_body() local data = json.decode(ngx.req.get_body_data())