null, 'pay_money' => null, 'remark' => null, 'order_number' => null, 'from_name' => null, ]; return array_merge($init, $this->orderInfo); } abstract public function orderInfo($requestArr); }