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