changxin commited on
Commit
69528d5
1 Parent(s): 377291f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def fx_datatable(s:str):
46
 
47
  def fx_dd(s:str):
48
  headers= {"Content-Type": "application/json"}
49
- url="https://oapi.dingtalk.com/robot/send?access_token=4cbf5cd82f7d214566af77f893ecc9f119b78f5465d3a8fcbe4734bf73c1a7d8"
50
  data={'msgtype':'text','text':{'title': '吹牛逼',"content": s}, 'at': {'atMobiles': [], 'isAtAll': True}}
51
  response=requests.post(url,json=data,headers=headers)
52
  return response.text
 
46
 
47
  def fx_dd(s:str):
48
  headers= {"Content-Type": "application/json"}
49
+ url="https://oapi.dingtalk.com/robot/send?access_token=算了还是不公开了"
50
  data={'msgtype':'text','text':{'title': '吹牛逼',"content": s}, 'at': {'atMobiles': [], 'isAtAll': True}}
51
  response=requests.post(url,json=data,headers=headers)
52
  return response.text