kenken999 commited on
Commit
6e5cde8
1 Parent(s): 90e49ac
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -2
mysite/routers/fastapi.py CHANGED
@@ -203,14 +203,14 @@ def setup_webhook_routes(app: FastAPI):
203
  #########################################################################
204
 
205
  title = f""" CHATからの申し込みです {promps}"""
206
- subtitle = f"""ユーザー**************** から申し込みがありました{promps}"""
207
  link_text = "データを確認する"
208
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
209
  #test_set_lide(subtitle, text)
210
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
211
 
212
  #########################################################################
213
- title = f""" プロンプト作成 {promps}"""
214
  subtitle = prompt_res
215
  link_text = "データを確認する"
216
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
 
203
  #########################################################################
204
 
205
  title = f""" CHATからの申し込みです {promps}"""
206
+ subtitle = f"""ユーザー{user_id} から申し込みがありました{promps}"""
207
  link_text = "データを確認する"
208
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
209
  #test_set_lide(subtitle, text)
210
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
211
 
212
  #########################################################################
213
+ title = f""" プロンプト作成 {promps}userid{thread_name}chatid{thread_name}"""
214
  subtitle = prompt_res
215
  link_text = "データを確認する"
216
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"