liuhairui пре 1 година
родитељ
комит
a90fc72a30
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/api/controller/Product.php

+ 1 - 1
application/api/controller/Product.php

@@ -677,7 +677,7 @@ class Product extends Api
      * @ApiMethod GET
      *
     */
-    
+
     public function getProductYjList(){
         if (Request::instance()->isGet() == false){
             $this->error('非法请求');