Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Android-AutoPackage
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
app
Android-AutoPackage
Commits
43747911
Commit
43747911
authored
Mar 04, 2019
by
李英男
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update auto_push_ding_talk.py
parent
cff0e33b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
apk_script/auto_push_ding_talk.py
+1
-7
No files found.
apk_script/auto_push_ding_talk.py
View file @
43747911
...
@@ -33,19 +33,13 @@ def get_pgy_pwd():
...
@@ -33,19 +33,13 @@ def get_pgy_pwd():
return
sys
.
argv
[
7
]
return
sys
.
argv
[
7
]
pass
pass
def
get_pgy_message
():
return
sys
.
argv
[
8
]
pass
def
get_request_params_str
():
def
get_request_params_str
():
app_env
=
get_app_env
()
app_env
=
get_app_env
()
app_pwd
=
get_pgy_pwd
()
app_pwd
=
get_pgy_pwd
()
app_message
=
get_pgy_message
()
message
=
app_env
+
" 已更新"
+
" 密码:"
+
app_pwd
message
=
app_env
+
" 已更新"
+
" 密码:"
+
app_pwd
+
" "
+
app_message
print
message
print
message
...
...
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