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