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():
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()
......
......@@ -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()
......
......@@ -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()
......
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