0
Follow
0
Followers
सलाह के लिए पूछें MD5 एन्क्रिप्शन हमेशा गलत होता है
Created 2020-05-01 01:05:27 Updated 2020-05-01 01:40:38
2
1399
यह आधिकारिक दस्तावेजों के लिए आवश्यक प्रारूप है।
यह wss कनेक्शन के लिए प्रारूप है
{
"cmd": {
"type": 4 // हस्ताक्षर प्रमाणीकरण, प्रकारः पूर्णांक
},
"key": "xxxxxxxxx", // सार्वजनिक कुंजी, प्रकारः स्ट्रिंग
"time": 1545727168, // समय फलक, इकाई सेकंड, प्रकारः पूर्णांक
"md5": "xxxxxxxxxxxxx" // md5: md5 ((key_userID_skey_time), अनुक्रम अपरिवर्तनीय, प्रकारः स्ट्रिंग
}
यह rest के लिए एक format है.

यदि
var time = _N(Unix(), 0) var key = 'xxxxxxxxxx' var skey = 'xxxxxxxxxxxxxxxxxxx' var id = 'xxxxxxxxx'
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
