(extra = {})
| 154 | } |
| 155 | |
| 156 | authHeaders(extra = {}) { |
| 157 | return this.headers({ |
| 158 | shiruanKey: this.shiruanKey, |
| 159 | miniAppid: this.app.appid, |
| 160 | ...extra, |
| 161 | }); |
| 162 | } |
| 163 | |
| 164 | async getCode() { |
| 165 | const res = await this.wechat.getCode(this.account); |
no test coverage detected