1
0
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:
Joshua Yin 2019-01-09 15:46:06 +08:00
parent 14144fe98a
commit 41b3cea95d
2 changed files with 2 additions and 2 deletions
ufile-auth-server-python/server

@ -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: