(data = {})
| 131 | } |
| 132 | |
| 133 | applyToken(data = {}) { |
| 134 | this.token = data.token || ""; |
| 135 | this.memberId = data.memberId || data.id || ""; |
| 136 | this.customerNo = data.customerNo || ""; |
| 137 | this.phone = data.phone || ""; |
| 138 | this.levels = data.levels || ""; |
| 139 | this.campaignId = data.campaignId || ""; |
| 140 | } |
| 141 | |
| 142 | getHeaders(auth = false) { |
| 143 | const headers = { |
no outgoing calls
no test coverage detected