Browse Source

Fix session && support set cookie

HonorLee 5 years ago
parent
commit
42f3171fcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/lib/extra/wechat/wechat.js

+ 1 - 1
system/lib/extra/wechat/wechat.js

@@ -153,7 +153,7 @@ let Wechat = {
                 if(err) return callback.call(_this,err,null);
                 callback.call(_this,null,result);
             });
-        })
+        });
     }
 }