Montnets Cloud Communication SMS Platform API Interface Rules-Authentication Rules Description

Authentication rules

1. The ciphertext value of the account + password is used for user authentication ( account default authentication mode ) :

The userid fills in the plaintext of the account, and the password encryption method of pwd is as follows: the userid value is capitalized, the fixed string 00000000 , the plaintext pwd and timestamp are spliced ​​into a string in turn, and then MD5 encryption is performed . timestamp is a timestamp in 24 -hour format. The format is: MMDDHHMMSS , that is, month, day, hour, minute, and second, with a fixed length of 10 digits. When each segment of month, day, hour, minute, and second is less than 2 digits, 0 is added to the left .

Remarks: Please fill in the dynamic and accurate time when sending the timestamp, do not fill in a fixed value, otherwise the time error is too large and the server may reject your request.

2. The plaintext value of the account + password is used for user authentication ( application is required ) :

Both userid and pwd are filled in plaintext. If you need to use this authentication method, you can contact our technical support staff to apply for password plaintext authentication.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326255055&siteId=291194637