vue-intergrall-plugins 0.0.156 → 0.0.157
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.
|
@@ -8259,10 +8259,7 @@ const standardMessages = {
|
|
|
8259
8259
|
try {
|
|
8260
8260
|
return this.$httpRequest({
|
|
8261
8261
|
method: 'get',
|
|
8262
|
-
url: `${baseURL}/get-messages/${type}?token_cliente=${token}${dev}
|
|
8263
|
-
headers: {
|
|
8264
|
-
Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VJNnhZdm1xSWVFaWpuMXJwMERkZzQ0ZjFzd3dpbTRsNXd3WWFrVUJtd3d4YjQ0YXd3ZVJ1U2lUeUxxVTEiLCJtYW5hZ2VyIjoiTUtVd0J6YzFnVkIzaWNlNE5yU01lbU5aekI1MkExTzdtNXdhdmQyYnd3eGI0NGF3d3d3eGI0NGF3d3FVU2NoIiwibnJvcyI6WyI0MSJdLCJhdXRoIjoiTUtVVnAxTWR3d2ltNGw1d3dYTnNjWDg5R3V4c1RsZUVqdGdpNjhoNk1JUzl6d0xBTGVRbjhUUCIsImlhdCI6MTY0NjMzOTkyOCwiZXhwIjoxNjQ2NDI2MzI4fQ.QNu0uO3qV-Lqvu8Xww1F_x8Bwnjlm175IVdM89EgPM0"
|
|
8265
|
-
}
|
|
8262
|
+
url: `${baseURL}/get-messages/${type}?token_cliente=${token}${dev}`
|
|
8266
8263
|
}).then(response => {
|
|
8267
8264
|
const {
|
|
8268
8265
|
data
|