()
| 111 | } |
| 112 | |
| 113 | removeToken() { |
| 114 | const cache = readCache(); |
| 115 | if (cache[this.account]) { |
| 116 | delete cache[this.account]; |
| 117 | writeCache(cache); |
| 118 | } |
| 119 | } |
| 120 | |
| 121 | async getWxCode() { |
| 122 | const { data } = await wechat.getCode(this.account); |
no test coverage detected