Type/to search
5
Follow
32
Followers
[کسی مخصوص روبوٹ کو روکنے اور روبوٹ کو دوبارہ شروع کرنے کے لیے JS میں FMZ API کو کیسے کال کریں۔
Help
Created 2021-04-06 19:34:48  Updated 2021-04-07 13:11:57
 1
 1206

جے ایس ایف ایم زیڈ کے API کو کال کریں تاکہ مخصوص روبوٹ کو روکنے اور مخصوص روبوٹ کو دوبارہ شروع کرنے کے لئے ، StopRobot ((RobotId) یا RestartRobot ((RobotId) کو کیسے تبدیل کیا جائے ، method="StopRobot ((123456) ") اس طرح کام نہیں کرتا ہے۔

function main() { var accessKey = "" var secretKey = "" var method = "GetNodeList" var d = { version: '1.0', access_key: accessKey, method: method, args: "null", nonce: (new Date().getTime()).toString() } var m = d.version + "|" + d.method + "|" + d.args + "|" + d.nonce + "|" + secretKey d.sign = Hash("md5", "hex", m) var ret = HttpQuery("https://www.fmz.com/api/v1?access_key=" + accessKey + "&nonce=" + d.nonce + "&args=null&sign=" + d.sign + "&version=1.0&method=" + d.method) Log(ret) }
Related Recommendations
Comment
All comments (1)
    5 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)