API פקודות מהדפדפן (דוגמאות)
-
@הוי-דן הכנסתי את זה ולחצתי אנטר
const urlList = ['/ym/api/UploadTextFile?token=079569****:1122&what= ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/', '/ym/api/UploadTextFile?token=079569****:1122&what= ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/'] const win = window.open(urlList[0], "_blank") let i = 1; let int = setInterval(() => { window.open(urlList[i], "_blank") if (i++ >= urlList.length) clearInterval(int) }, 0)
וזה מה שהופיע:
Uncaught SyntaxError: Invalid or unexpected token
ואיקס אדום..
מה זה אומר? -
token=079569****:1122
תחליף למספר המערכת, והסיסמה שלך (בלי כוכביות)
כך:token=0791234567:1234
-
@הוי-דן ברור שעשיתי כך!
-
@מוטלה
הוא טוען שהטוקן (סיסמת חיבור) שגויה
תבדוק את מס המערכת והסיסמה(קורא טעויות הקלדה). -
@הוי-דן כשאני מעלה את זה בצורה כזו
https://www.call2all.co.il/ym/api/UploadTextFile?token=079569XXXX:1122&what=ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/
ישירות בשורת הדפדפן, זה עובד פצצה
-
@מוטלה אמר בAPI פקודות מהדפדפן (דוגמאות):
@הוי-דן כשאני מעלה את זה בצורה כזו
https://www.call2all.co.il/ym/api/UploadTextFile?token=079569XXXX:1122&what=ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/
ישירות בשורת הדפדפן, זה עובד פצצה
תנסה את זה:
בקוד חסר קצת בתחילת הקישור את זה
https://www.call2all.co.il/
תבדוק את כל הנתיב (זה לא יוצר שלוחה אם לא קיימת)
תרענן את הדף של הCONSOLE -
@הוי-דן לכתוב כך:
const urlList = ['/ym/api/https://www.call2all.co.il/UploadTextFile?token=079569****:1122&what= ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/', '/ym/api/https://www.call2all.co.il/UploadTextFile?token=079569****:1122&what= ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/'] const win = window.open(urlList[0], "_blank") let i = 1; let int = setInterval(() => { window.open(urlList[i], "_blank") if (i++ >= urlList.length) clearInterval(int) }, 0)
???
לא עזר -
const urlList = ['https://www.call2all.co.il/ym/api/UploadTextFile?token=079******:****&what=ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/', 'https://www.call2all.co.il/ym/api/UploadTextFile?token=0799****:***&what=ivr2:/6/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/'] const win = window.open(urlList[0], "_blank") var i = 1; var int = setInterval(() => { window.open(urlList[i], "_blank") if (i++ >= urlList.length) clearInterval(int) }, 0)
אתה צריך שיהיה לך שלוחה 5
ושלוחה 6
ולשנות בשני מקומות את מספר המערכת והסיסמה (שורה ראשונה ושלישית)
ואז להריץ ב console
(ctrl + shift + j)הקוד הזה משנה את סוג השלוחה (5 ו6) לשעון דובר > וחזרה לתפריט ראשי
-
עליתי על הבעיה:
יש שורה חדשה ורווחים מיותרים.const urlList = ['https://www.call2all.co.il/ym/api/UploadTextFile?token=079******:****&what=ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/', 'https://www.call2all.co.il/ym/api/UploadTextFile?token=0799****:***&what=ivr2:/6/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/'] const win = window.open(urlList[0], "_blank") var i = 1; var int = setInterval(() => { window.open(urlList[i], "_blank") if (i++ >= urlList.length) clearInterval(int) }, 0)
זה יעבוד!!! תיקנתי גם בדוגמא הראשונה, תודה.
-
@הוי-דן עכשיו באמת אין שגיאות אבל זה יצר שלוחה רק בשלוחה 5 ולא בשלוחה 6
-
תשנה מ:
let
ל:
var
const urlList = ['https://www.call2all.co.il/ym/api/UploadTextFile?token=079******:****&what=ivr2:/5/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/', 'https://www.call2all.co.il/ym/api/UploadTextFile?token=0799****:***&what=ivr2:/6/ext.ini&contents=type=say_hour_and_minute%0Aend_goto=/'] const win = window.open(urlList[0], "_blank") var i = 1; var int = setInterval(() => { window.open(urlList[i], "_blank") if (i++ >= urlList.length) clearInterval(int) }, 0)
-
@הוי-דן עדיין משנה רק את שלוחה 5 ולא את שלוחה 6..
-
יש לך כזה:
-
-
ניסיתי עכשיו והוא פותח שני דפים ביחד.
תנסה לרענן, ושוב להכניס את הקוד.
לבדוק שיש שלוחה 5 ו6תחפש באחד מהדפים את הסימון (שבצד ימין) תלחץ ותאפשר אותו
-
-
רק פסיק,
ואת הפקודה 'בתוך' -
@הוי-דן @Men770 @מוטלה
תכל'ס אחרי כל הדו שיח, הטעויות והתיקונים.
מה ההגדרה הסופית בשלוחה מתחילה ועד סוף...
אני מעוניין למחוק קובץ
בתחילה רשמתם כך:type=api api_link=https://www.call2all.co.il/ym/api/UpdateExtension api_add_000=token=0795690000:1122 api_add_001=path=ivr2:/3 api_answer_ok=go_to_folder=/ api_end_goto=הנתיב של השלוחה.
יש על זה תיקונים?
-
@shz זה לא מוחק קובץ, זה יוצר שלוחה.
למחיקת קובץ תנסה לכתוב ככה:type=api api_link=https://www.call2all.co.il/ym/api/FileAction api_add_000=token=0795690000:1122 api_add_001=action=delete api_add_002=path=ivr/4/ApprovalAll.ini api_answer_ok=go_to_folder=/ api_end_goto=הנתיב של השלוחה.
זה אולי ימחק את הקובץ ApprovalAll.ini משלוחה 4.
-
@dudu
הגדרתי כך:type=api api_link=https://www.call2all.co.il/ym/api/FileAction api_add_000=token=מס מערכת:קוד כניסה api_add_001=action=delete api_add_002=path=ivr/7/1/AccessFilterLogTime.ini api_answer_ok=go_to_folder=/ api_end_goto=/8
ולא מחק, אלא זה עובר לשקט
תיקנתי לtype=api api_link=https://www.call2all.co.il/ym/api/FileAction api_add_000=token=מס מערכת:קוד כניסה api_add_001=action=delete api_add_002=path=ivr2:/7/1/AccessFilterLogTime.ini api_answer_ok=go_to_folder=/ api_end_goto=/8
ועדיין ללא שינוי
מה עוד אפשר לנסות?