zydx-plus 1.33.374 → 1.33.375
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3212,7 +3212,7 @@ export default {
|
|
|
3212
3212
|
const xhr = new XMLHttpRequest()
|
|
3213
3213
|
// xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
|
|
3214
3214
|
// xhr.setRequestHeader('Authorization', '4a7ab02c-11b7-420f-bf85-ac5549b2aa81')
|
|
3215
|
-
xhr.open('GET', '/zydx/voice/
|
|
3215
|
+
xhr.open('GET', '/zydx/voice/getVoideKey')
|
|
3216
3216
|
xhr.setRequestHeader('Authorization', token)
|
|
3217
3217
|
this.error = true
|
|
3218
3218
|
xhr.onreadystatechange = () => {
|
|
@@ -522,7 +522,7 @@ export default {
|
|
|
522
522
|
const xhr = new XMLHttpRequest()
|
|
523
523
|
// xhr.open('GET', 'http://192.168.15.124:8888/zydx/voice/getDesKeyId')
|
|
524
524
|
// xhr.setRequestHeader('Authorization', '7a129186-7e51-431d-b965-735dfed8e459')
|
|
525
|
-
xhr.open('GET', '/zydx/voice/
|
|
525
|
+
xhr.open('GET', '/zydx/voice/getVoideKey')
|
|
526
526
|
xhr.setRequestHeader('Authorization', token)
|
|
527
527
|
this.error = true
|
|
528
528
|
xhr.onreadystatechange = () => {
|