Update authentication.md

This commit is contained in:
MoRanYue 2023-01-20 14:51:22 +08:00 committed by GitHub
parent 261e70d8e5
commit 18e3bad9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ salt = APP版本所用的salt
timestamp = 当前Unix时间戳
if 是国服或渠道服 {
number = 随机整数(100001, 200000)
random = 随机整数(100001, 200000)
}
else if 是国际服 {
number = 随机6位字母()
random = 随机6位字母()
}
if 要发送的请求 是 POST请求 则 {