Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
PipData
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
89309a84
authored
Oct 15, 2021
by
刘豪
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update new sql
parent
56eb08bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
extract/ex_dashboard.py
utils/msg_handler.py
extract/ex_dashboard.py
View file @
89309a84
...
...
@@ -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"
]
"""
汇总订单数据
...
...
utils/msg_handler.py
View file @
89309a84
...
...
@@ -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)
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment