Commit 89309a84 by 刘豪

update new sql

parent 56eb08bd
Showing with 5 additions and 7 deletions
......@@ -23,7 +23,7 @@ class ExDashboard(Base):
# final_result = super().result_to_list(results)
# print('final_result', len(final_result))
return ["hao@ichunt.com","long@ichunt.com"]
return ["hao@ichunt.com","xb@ichunt.com"]
"""
汇总订单数据
......
......@@ -26,9 +26,8 @@ class MsgHandler:
"content": msg
}
}
# todo: 将注释改回来
print("send_dd_msg", data)
# res = requests.post(robot_api + robot, json=data)
# print("send_dd_msg", data)
res = requests.post(robot_api + robot, json=data)
# print(res)
@staticmethod
......@@ -39,9 +38,8 @@ class MsgHandler:
"content": msg
}
}
# todo: 将注释改回来
print("send_point_dd_msg", data)
# res = requests.post(robot_api, json=data)
# print("send_point_dd_msg", data)
res = requests.post(robot_api, json=data)
# print(res)
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment