qifengquan 1 年之前
父節點
當前提交
a3108fbb25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/data/controller/api/PostageType.php

+ 1 - 1
app/data/controller/api/PostageType.php

@@ -22,7 +22,7 @@ class PostageType extends controller
      * @Returned("createtime",desc="创建时间")
      */
     public function postagetype(){
-        $this->success(
+        $this->success('',
             BasePostageType::where('status',1)
                 ->where('delect',0)
                 ->order('id')