liuyu 4 năm trước cách đây
mục cha
commit
0037444653
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/weixin.js

+ 1 - 1
app/controller/weixin.js

@@ -143,7 +143,7 @@ class WeixinController extends Controller {
             },
             dataType: 'json',
           });
-          const user_ = {};
+          let user_;
           if (dockuser.status === 200) {
             if (dockuser.data.errcode === 0) {
               const { res } = dockuser.data;