|
@@ -4,7 +4,9 @@ import time
|
|
import requests
|
|
import requests
|
|
from application.common.feishu.feishu_utils import FeishuUtils
|
|
from application.common.feishu.feishu_utils import FeishuUtils
|
|
from application.common.log import Local
|
|
from application.common.log import Local
|
|
|
|
+import sys,os
|
|
|
|
|
|
|
|
+sys.path.append(os.getcwd())
|
|
class ZhongQingKanDian:
|
|
class ZhongQingKanDian:
|
|
API_BASE_URL = "http://8.217.192.46:8889"
|
|
API_BASE_URL = "http://8.217.192.46:8889"
|
|
COMMON_HEADERS = {
|
|
COMMON_HEADERS = {
|