소스 검색

api接口优化

曹鹤洋 2 년 전
부모
커밋
810923fd0f
1개의 변경된 파일2개의 추가작업 그리고 12개의 파일을 삭제
  1. 2 12
      application/api/controller/Index.php

+ 2 - 12
application/api/controller/Index.php

@@ -95,18 +95,8 @@ class Index extends Api
                 $row['sec_unit'] = '';
                 $row['proportion'] = '';
             }
-        git add application/admin/controller/QcodeBach.php
-        git add application/admin/lang/zh-cn/qcode_bach.php
-        git add application/admin/view/qcode_bach/index.html
-        git add application/api/controller/Index.php
-        git add public/assets/js/backend/qcode_bach.js
-        git add application/admin/model/QcodeGsmc.php
-        git add application/admin/view/qcode_bach/reprint.html
-        git add public/assets/js/LodopFuncs.js
-        git add vendor/phpqrcode/
-
-
-        //3. 插入主表记录到mongodb中
+
+            //3. 插入主表记录到mongodb中
             $qcodeProduct = new QcodeProduct();
             $qcodeProduct->save($row);
         }