Commit 52b6c910 authored by 邱阿朋's avatar 邱阿朋

优化

parent b976d68f
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -319,7 +319,7 @@ def main(): ...@@ -319,7 +319,7 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
try: 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") payeeCode = helper.get_input_with_default("payeeCode", "E8PFB")
domain.domain_page(page, country) domain.domain_page(page, country)
main() main()
......
...@@ -105,7 +105,7 @@ def main(): ...@@ -105,7 +105,7 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
try: 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) domain.domain_page(page, country)
main() main()
page.close() page.close()
......
...@@ -196,7 +196,7 @@ def main(): ...@@ -196,7 +196,7 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
try: 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) domain.domain_page(page, country)
main() main()
page.close() page.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment