瀏覽代碼

修改文件夹大小写及命名空间

sunxbiao 9 月之前
父節點
當前提交
ae97d7269a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/controller/api/thirdParty/Taobao/EcoController.php

+ 1 - 2
app/controller/api/thirdParty/Taobao/EcoController.php

@@ -1,7 +1,6 @@
1 1
 <?php
2 2
 
3
-namespace app\controller\api\thirdParty\Taobao;
4
-
3
+namespace app\controller\api\thirdParty\taobao;
5 4
 
6 5
 use app\services\ThirdParty\Taobao\ProductService;
7 6
 use think\Request;