Update app.py
Browse files
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
|
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
|