From 256535daf7950942a7528363f0f07cd2907be8dc Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Fri, 26 Aug 2016 14:08:53 +0800 Subject: [PATCH] fix uuid --- src/io.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/io.js b/src/io.js index 069ca48e..a1c43a9a 100644 --- a/src/io.js +++ b/src/io.js @@ -28,6 +28,8 @@ class Io { throw new Error('Io must has wechaty & token set') } this.wechaty = wechaty + this.uuid = wechaty.uuid + this.token = token this.endpoint = endpoint -- GitLab