wechatPay = $wechatPay; } /** * @param float $amount * @return array */ public function pay(float $amount): array { return $this->wechatPay->makePayment($amount); } }