Skip to content

Commit

Permalink
update feishu base tools
Browse files Browse the repository at this point in the history
  • Loading branch information
黎斌 committed Oct 11, 2024
1 parent 080c529 commit 0972665
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/core/tools/utils/feishu_api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def convert_update_records(json_str):


class FeishuRequest:
# API_BASE_URL = "https://lark-plugin-api.solutionsuite.cn/lark-plugin"
API_BASE_URL = "http://10.174.151.112:6789/lark-plugin"
API_BASE_URL = "https://lark-plugin-api.solutionsuite.cn/lark-plugin"

def __init__(self, app_id: str, app_secret: str):
self.app_id = app_id
Expand Down

0 comments on commit 0972665

Please sign in to comment.