示例#1
0
 def response(self, transaction: Transaction, result):
     user_type = transaction.get_meta('user_type')
     pass
示例#2
0
 def request(self, transaction: Transaction, params):
     user_type = transaction.get_meta('user_type')
     pass