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
c2f0341b
Commit
c2f0341b
authored
Apr 30, 2021
by
fanxun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fx'
parents
f6e24649
c5749186
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
common/__init__.py
+9
-0
common/db.py
+0
-4
common/study.py
+2
-0
No files found.
common/__init__.py
View file @
c2f0341b
from
common
import
db
common/db.py
View file @
c2f0341b
...
...
@@ -17,12 +17,9 @@ class RedisString(RedisBase):
return
result
if
__name__
==
'__main__'
:
# r= RedisString(6).get('bmc:captcha:bf46c0c0-11b4-4b7d-99d7-530f77f8ab88')
# r = RedisString(0).get('edl:sms_value:17822000010:MOBILE_REGISTER')
# print(r)
# print(str(r)[-7:-1])
pass
\ No newline at end of file
common/study.py
0 → 100644
View file @
c2f0341b
print
(
'hello'
)
\ No newline at end of file
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