示例#1
0
 public static function decode($str)
 {
     return json_decode(MiscUtils::decrypt($str));
 }