mirror of
https://github.com/ucloud/ufile-sdk-auth-server.git
synced 2025-04-06 05:25:45 +08:00
去除默认值
This commit is contained in:
parent
14144fe98a
commit
41b3cea95d
Binary file not shown.
@ -2,8 +2,8 @@ import base64
|
|||||||
import hmac
|
import hmac
|
||||||
from hashlib import sha1
|
from hashlib import sha1
|
||||||
|
|
||||||
PUBLIC_KEY = 'Kf6owXtNZSimr0rR7w9ew6Iclm1w73QB8+jUkiV7hXgBYtV5BNWN1LlNUko='
|
PUBLIC_KEY = 您的公钥
|
||||||
PRIVATE_KEY = '9K91tK7hcpCFL+90HwVk8lGUwJrqqjzfUouDD47RLrs9f1Umt4gXx7LWwB4kE7um'
|
PRIVATE_KEY = 您的私钥
|
||||||
|
|
||||||
|
|
||||||
class Authroizator:
|
class Authroizator:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user