瀏覽代碼

Update FromCommentsController.class.php

star7th 7 年之前
父節點
當前提交
13cd590c36
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      server/Application/Api/Controller/FromCommentsController.class.php

+ 2 - 2
server/Application/Api/Controller/FromCommentsController.class.php

@@ -88,7 +88,7 @@ class FromCommentsController extends BaseController {
 
         $array['remark'] = $this->parse_one_line("remark" , $content);
 
-        $array['number'] = $this->parse_one_line("number" , $content);
+        $array['s_number'] = $this->parse_one_line("number" , $content);
 
 
         return $array ;
@@ -234,4 +234,4 @@ $content .= '
         return $content;
     }
 
-}
+}