0
Follow
0
Followers
পরামর্শের জন্য জিজ্ঞাসা করুন md5 এনক্রিপশন সর্বদা ভুল।
Created 2020-05-01 01:05:27 Updated 2020-05-01 01:40:38
2
1399
এই ফরম্যাটটি অফিসিয়াল নথির জন্য প্রয়োজনীয়।
এই হচ্ছে ডব্লিউএসএস সংযোগের ফরম্যাট
{
"cmd": {
"type": 4 // স্বাক্ষর প্রমাণীকরণ, টাইপঃ পূর্ণসংখ্যা
},
"key": "xxxxxxxxx", // পাবলিক কী, টাইপঃ স্ট্রিং
"time": 1545727168, // টাইম ফিক্স, একক সেকেন্ড, টাইপঃ পূর্ণসংখ্যা
"md5": "xxxxxxxxxxxxx" // md5: md5 ((key_usersID_skey_time), ক্রম পরিবর্তন করা যাবে না, টাইপঃ স্ট্রিং
}
এই হল rest সংযোগের বিন্যাস

যদি
var time = _N(Unix(), 0) var key = 'xxxxxxxxxx' var skey = 'xxxxxxxxxxxxxxxxxxx' var id = 'xxxxxxxxx'
MD5 () ফাংশন () এর ভিতরে কিভাবে লিখতে হয়? আমি অনেক উপায় চেষ্টা করেছি কিন্তু MD5 মান মেলেনি
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
