Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InterfaceAutoTest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TestAuto
InterfaceAutoTest
Commits
c3bcdbf1
Commit
c3bcdbf1
authored
Apr 30, 2021
by
taoke
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
fc6513b4
58ebd0e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
common/tools.py
+2
-0
common/utils.py
+0
-1
config.py
+0
-2
service/login.py
+10
-0
No files found.
common/tools.py
View file @
c3bcdbf1
def
sheep
():
pass
common/utils.py
View file @
c3bcdbf1
...
...
@@ -12,4 +12,3 @@ def dingTalk(webhook, message):
post_data
=
json
.
dumps
(
data
)
response
=
requests
.
post
(
webhook
,
headers
=
BaseConfig
.
headers
,
data
=
post_data
)
return
response
.
text
config.py
View file @
c3bcdbf1
...
...
@@ -5,5 +5,3 @@ class BaseConfig():
# 钉钉群webhook
webhook
=
''
service/login.py
0 → 100644
View file @
c3bcdbf1
def
sso_login
():
"""sso登录"""
pass
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