lua生成UUID

百度云盘地址:

https://pan.baidu.com/s/1zo__vSeDGaHOvCJLyzHwvA

GitHub地址:

https://github.com/bungle/lua-resty-uuid

调用:

local uuid = require 'resty.uuid'
ngx.print(uuid.generate().."======")