mopybird 2 年之前
父节点
当前提交
99ac5b4710

+ 1 - 1
apps/web/dealer/views.py

@@ -69,7 +69,7 @@ from apps.web.constant import RechargeRecordVia
 from apps.web.core import PayAppType, ROLE
 from apps.web.core.accounting import Accounting, devCoinTmpl
 from apps.web.core.auth.wechat import WechatAuthBridge
-from apps.web.core.bridge import WechatClientProxy
+from apps.web.core.bridge.wechat import WechatClientProxy
 from apps.web.core.db import paginate, prepare_query, search_query
 from apps.web.core.device_define.huopo import HuopoCacheMgr
 from apps.web.core.exceptions import ServiceException, InvalidParameter, ParameterError, InvalidFileSize, \

+ 1 - 1
apps/web/user/views.py

@@ -47,7 +47,7 @@ from apps.web.constant import Const, GPS_TYPE, START_DEVICE_STATUS, ErrorCode, R
 from apps.web.core import PayAppType, ROLE
 from apps.web.core.auth.ali import AlipayAuthBridge
 from apps.web.core.auth.wechat import WechatAuthBridge
-from apps.web.core.bridge import WechatClientProxy
+from apps.web.core.bridge.wechat import WechatClientProxy
 from apps.web.core.exceptions import ServiceException, InvalidParameter, InvalidFileSize, \
     InvalidFileName, InterceptException
 from apps.web.core.file import AliOssFileUploader

+ 1 - 1
script/create_diy_menu_for_moniApp.py

@@ -14,7 +14,7 @@ else:
     logger = setup_logger(filename = sys.argv[1], namespace = __name__)
 
 from apps.web.core.models import WechatAuthApp
-from apps.web.core.bridge import WechatClientProxy
+from apps.web.core.bridge.wechat import WechatClientProxy
 
 appId = 'wxf5425406cad19690'
 secret = '133107adb7015e6bac5474fcd9dd98cc'

+ 1 - 1
script/create_diy_menu_for_subscribe.py

@@ -14,7 +14,7 @@ else:
 
 
 from apps.web.core.models import WechatAuthApp
-from apps.web.core.bridge import WechatClientProxy
+from apps.web.core.bridge.wechat import WechatClientProxy
 
 agentId = '6417d4456f29257125ebf705'
 appId = 'wx9a5f5a3529bfc123'

+ 1 - 1
script/get_material_id_for_app.py

@@ -14,7 +14,7 @@ else:
     logger = setup_logger(filename = sys.argv[1], namespace = __name__)
 
 from apps.web.core.models import WechatAuthApp
-from apps.web.core.bridge import WechatClientProxy
+from apps.web.core.bridge.wechat import WechatClientProxy
 
 appId = 'wx9a5f5a3529bfc123'
 secret = '3814fbdd6f3b6cbbf1713a89a63ba40f'