Showing
1 changed file
with
1 additions
and
0 deletions
@@ -14,6 +14,7 @@ const wechat = require(`${cRoot}/wechat`); | @@ -14,6 +14,7 @@ const wechat = require(`${cRoot}/wechat`); | ||
14 | const student = require(`${cRoot}/student`); | 14 | const student = require(`${cRoot}/student`); |
15 | const live = require(`${cRoot}/live`); | 15 | const live = require(`${cRoot}/live`); |
16 | const invite = require(`${cRoot}/invite`); | 16 | const invite = require(`${cRoot}/invite`); |
17 | +const auth = require('../../doraemon/middleware/auth'); | ||
17 | 18 | ||
18 | const couponFloor = require(`${cRoot}/coupon-floor`); | 19 | const couponFloor = require(`${cRoot}/coupon-floor`); |
19 | const vipDay = require(`${cRoot}/vipDay`); | 20 | const vipDay = require(`${cRoot}/vipDay`); |
-
Please register or login to post a comment