示例#1
0
 def get_dict(self):
     if self.method.params is not None:
         return get_dict_from_group_param(self.params)
     else:
         return {}
示例#2
0
 def get_dict(self) :
     if self.method.params is not None:
         return get_dict_from_group_param(self.params)
     else:
         return {}