qifengquan 1 년 전
부모
커밋
4be8837fb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/admin/controller/user/Head.php

+ 1 - 1
application/admin/controller/user/Head.php

@@ -93,7 +93,7 @@ class Head extends Backend
         }
         //发送微信模板消息
         Apply::wxAuditMessage($row->id,1,$audit);
-        $this->success("审核成功");
+        $this->success();
     }
 
     /**