raw = $raw; } /** * 微信支付上下文 * * @return array */ public function context() { return [ 'wechat_pay_raw' => $this->raw, ]; } }