From 53a5daab389b11983ebd62381eb2893ac08c303b Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Wed, 2 Jul 2025 17:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ openapi/test.py | 4 ++++ 2 files changed, 40 insertions(+) create mode 100644 openapi/test.py diff --git a/.gitignore b/.gitignore index 11ecdc7..1211cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,39 @@ apps/__pycache__/ps_image_shadow_up_ag_two_a.cpython-310.pyc apps/__pycache__/white_purification_v3.cpython-310.pyc apps/__pycache__/white_purification_v4.cpython-310.pyc comfyui/util/__pycache__/utils.cpython-311.pyc +openapi/__pycache__/utils.cpython-311.pyc +test/275157.mtl +test/275157.obj +test/275157Tex1.jpg +test/exportsql.py +test/get_order_test.py +test/list.py +test/mir_download.py +test/mir_upload_url.go +test/mir_upload.py +test/test3.py +test/testUpload.py +test/upload.py +test/sql_structures/a_carts_structure.sql +test/sql_structures/customer_p3d_log_structure.sql +test/sql_structures/customer_shop_relation_structure.sql +test/sql_structures/customer_structure.sql +test/sql_structures/model_customer_service_structure.sql +test/sql_structures/model_repair_order_structure.sql +test/sql_structures/openapi_account_bind_structure.sql +test/sql_structures/openapi_account_structure.sql +test/sql_structures/openapi_log_structure.sql +test/sql_structures/openapi_token_structure.sql +test/sql_structures/order_structure.sql +test/sql_structures/order.sql +test/sql_structures/print_order_structure.sql +test/sql_structures/shoot_order_photo_model_peoples_structure.sql +test/sql_structures/shoot_order_photo_models_structure.sql +test/sql_structures/shop_structure.sql +test/sql_structures/sql.zip +test/sql_structures/sw_dealer_shop_relation_structure.sql +test/sql_structures/wechat_fans_structure.sql +openapi/__pycache__/utils.cpython-311.pyc +tools/pic_for_obj.zip +yj_local_build/xml.zip +openapi.zip diff --git a/openapi/test.py b/openapi/test.py new file mode 100644 index 0000000..8be0ef1 --- /dev/null +++ b/openapi/test.py @@ -0,0 +1,4 @@ +from utils import getToken + + +getToken() \ No newline at end of file