Exemple #1
0
 protected function formatArgs()
 {
     $args = parent::formatArgs();
     $args['total_num'] = intval($args['total_num']);
     $args['total_amount'] = intval($args['total_amount']);
     unset($args['mch_key']);
     unset($args['client_ip']);
     return $args;
 }