@@ -29,5 +29,7 @@ func init() {
orm.RegisterModel(
new(WxUser),
new(CygxSession),
+ new(WxUserLog),
+ new(WxUserCode),
)
}