@@ -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 });