Commit f540036e757cb30d83ffb654c2e3b361693c2a5e

Authored by yvan.ni
1 parent f938b33f

json_post OK

Showing 1 changed file with 2 additions and 1 deletions
utils/util.js
@@ -404,5 +404,6 @@ module.exports = { @@ -404,5 +404,6 @@ module.exports = {
404 check_mobile: check_mobile,//验证手机 404 check_mobile: check_mobile,//验证手机
405 get_rand_item:get_rand_item, //随机获取元素 405 get_rand_item:get_rand_item, //随机获取元素
406 getDistance:getDistance, //获取俩个经纬网度之间的距离 406 getDistance:getDistance, //获取俩个经纬网度之间的距离
407 - draw_randon_rect:draw_randon_rect //画图画圆角矩形 407 + draw_randon_rect:draw_randon_rect ,//画图画圆角矩形
  408 + null_promise:null_promise,//返回空的promise
408 }; 409 };