示例#1
0
 def getAppId(self):
     return encryption.decryptData(self.app_id)
示例#2
0
 def getKey(self):
     return encryption.decryptData(self.api_key)
示例#3
0
 def getSecret(self):
     return encryption.decryptData(self.app_secret)
示例#4
0
 def token(self):
     return encryption.decryptData(self.access_token)