391 392
 KODO_CLERK_AUTH_URL = 'http://pai.ai/w/o?r=http%3A%2F%2Fkodo.xfoto.com.cn%2Fp%2Fclerk%3Fbrand_id%3D{0}'
392 393
 
394
+# 经纬度
395
+GIS_2_ADMINISTRATIVE_DIVISION = 'http://116.196.105.215:1234/gis?auth_user=freevip&latitude={0}&longitude={1}'
396
+
393 397
 try:
394 398
     from local_settings import *
395 399
 except ImportError:

+ 1 - 1
requirements.txt

@@ -4,7 +4,7 @@ Pillow==5.0.0
4 4
 StatusCode==1.0.0
5 5
 TimeConvert==1.4.3
6 6
 cryptography==1.5.2
7
-furl==1.2.1
7
+furl==2.0.0
8 8
 isoweek==1.3.3
9 9
 jsonfield==2.0.2
10 10
 mock==2.0.0

+ 3 - 0
utils/redis/rkeys.py

@@ -66,3 +66,6 @@ APP_PATCH_INFO = 'app:patch:info:%s:%s:%s'  # STRING,APP 补丁信息,platfo
66 66
 
67 67
 # BOX 相关
68 68
 BOX_PROGRAM_VERSION_INFO = 'box:program:version:info'  # STRING,BOX 程序版本信息
69
+
70
+# 小程序相关
71
+MINI_PROGRAM_GIS_LIST = 'tamron:miniprogram:gis:list'

kodo - Gogs: Go Git Service