Skip to content

Commit

Permalink
Merge pull request #32 from LinkedDestiny/master
Browse files Browse the repository at this point in the history
fix barcode response
  • Loading branch information
kiss291323003 authored May 21, 2020
2 parents 152bd31 + 85dc683 commit 502d5b6
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 502d5b6

Please sign in to comment.