Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amazon_reports
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
common
amazon_reports
Commits
52b6c910
Commit
52b6c910
authored
Nov 05, 2024
by
邱阿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
b976d68f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
payment.exe
dist/payment.exe
+0
-0
return_goods.exe
dist/return_goods.exe
+0
-0
spa_search.exe
dist/spa_search.exe
+0
-0
payment.py
src/payment.py
+1
-1
return_goods.py
src/return_goods.py
+1
-1
spa_search.py
src/spa_search.py
+1
-1
No files found.
dist/payment.exe
View file @
52b6c910
No preview for this file type
dist/return_goods.exe
View file @
52b6c910
No preview for this file type
dist/spa_search.exe
View file @
52b6c910
No preview for this file type
src/payment.py
View file @
52b6c910
...
...
@@ -319,7 +319,7 @@ def main():
if
__name__
==
'__main__'
:
try
:
country
=
helper
.
get_input_with_default
(
"国家"
,
"usa"
)
country
=
helper
.
get_input_with_default
(
"国家
(目前支持[usa,jp,uk,fr,ca])
"
,
"usa"
)
payeeCode
=
helper
.
get_input_with_default
(
"payeeCode"
,
"E8PFB"
)
domain
.
domain_page
(
page
,
country
)
main
()
...
...
src/return_goods.py
View file @
52b6c910
...
...
@@ -105,7 +105,7 @@ def main():
if
__name__
==
'__main__'
:
try
:
country
=
helper
.
get_input_with_default
(
"国家"
,
"usa"
)
country
=
helper
.
get_input_with_default
(
"国家
(目前支持[usa,jp,uk,fr,ca])
"
,
"usa"
)
domain
.
domain_page
(
page
,
country
)
main
()
page
.
close
()
...
...
src/spa_search.py
View file @
52b6c910
...
...
@@ -196,7 +196,7 @@ def main():
if
__name__
==
'__main__'
:
try
:
country
=
helper
.
get_input_with_default
(
"国家"
,
"usa"
)
country
=
helper
.
get_input_with_default
(
"国家
(目前支持[usa,jp,uk,fr,ca])
"
,
"usa"
)
domain
.
domain_page
(
page
,
country
)
main
()
page
.
close
()
...
...
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