(data = {})
| 170 | } |
| 171 | |
| 172 | applyToken(data = {}) { |
| 173 | this.token = data.token || data.mobileToken || ""; |
| 174 | this.shopId = data.shopId || ""; |
| 175 | this.shopName = data.shopName || ""; |
| 176 | this.integralAccount = data.integralAccount || ""; |
| 177 | this.signActivityId = data.signActivityId || ""; |
| 178 | this.signTitle = data.signTitle || ""; |
| 179 | } |
| 180 | |
| 181 | getHeaders(sign, ts) { |
| 182 | return { |
no outgoing calls
no test coverage detected