(data = {})
| 154 | } |
| 155 | |
| 156 | applyToken(data = {}) { |
| 157 | this.openId = data.openId || ""; |
| 158 | this.unionId = data.unionId || ""; |
| 159 | this.memberId = data.memberId || ""; |
| 160 | this.phone = data.phone || ""; |
| 161 | this.groupId = data.groupId || ""; |
| 162 | this.agentId = data.agentId || ""; |
| 163 | } |
| 164 | |
| 165 | getHeaders(extra = {}) { |
| 166 | const headers = { |