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')