liuyu 5 년 전
부모
커밋
1d67963734
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      app/controller/attendance.js

+ 3 - 2
app/controller/attendance.js

@@ -14,9 +14,10 @@ class AttendanceController extends Controller {
   }
 
   // 考勤专用页面
-  async wxauth(){
+  async wxauth() {
     console.log(this.ctx.query);
-    this.ctx.ok({ 'ok' });
+    const res = '{}';
+    this.ctx.ok({ res });
   }
 
 }