浏览代码

Fix session && support set cookie

HonorLee 6 年之前
父节点
当前提交
42f3171fcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             });
-        })
+        });
     }
 }