摘要: --相关信息修改上传头像local upload = require "resty.upload"local cjson = require "cjson.safe"local new_mysql = require("new_mysql")local uuid = require "jit-uui 阅读全文
posted @ 2017-04-12 10:23 喜狼狼 阅读(1702) 评论(0) 推荐(0)
摘要: local EARTH_RADIUS = 6378.137local function rad(d) return d * math.pi / 180.0end local function getDistance(lat1,lng1,lat2,lng2) local radLat1 = rad(l 阅读全文
posted @ 2017-04-12 10:17 喜狼狼 阅读(2307) 评论(0) 推荐(0)