Skip to content

Commit

Permalink
fix barcode response
Browse files Browse the repository at this point in the history
  • Loading branch information
catplanet committed May 21, 2020
1 parent 152bd31 commit 85dc683
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions src/WeChat/ResponseBean/BarCode.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,40 @@
<?php


namespace EasySwoole\Pay\WeChat\ResponseBean;

class BarCode extends Base
{
protected $return_code;

protected $return_msg;

use EasySwoole\Spl\SplBean;
protected $result_code;

class BarCode extends SplBean
{
protected $total_fee;

protected $transaction_id;

protected $out_trade_no;

protected $time_end;

protected $attach;

protected $openid;

protected $is_subscribe;

protected $trade_type;

protected $bank_type;

protected $fee_type;

protected $settlement_total_fee;

protected $coupon_fee;

protected $cash_fee_type;

protected $cash_fee;
}

0 comments on commit 85dc683

Please sign in to comment.