PHP 클래스 Thenbsp\Wechat\Payment\Unifiedorder

파일 보기 프로젝트 열기: thenbsp/wechat 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defined 全部选项(不包括 sign)
$key 商户 KEY
$required 必填选项(不包括 sign)
$tradeTypes 有效的 trade_type 类型

공개 메소드들

메소드 설명
__construct ( $appid, $mchid, $key ) 构造方法
getKey ( ) 获取商户 Key
getResponse ( ) 获取响应结果
resolveOptions ( ) 合并和校验参数

메소드 상세

__construct() 공개 메소드

构造方法
public __construct ( $appid, $mchid, $key )

getKey() 공개 메소드

获取商户 Key
public getKey ( )

getResponse() 공개 메소드

获取响应结果
public getResponse ( )

resolveOptions() 공개 메소드

合并和校验参数
public resolveOptions ( )

프로퍼티 상세

$defined 보호되어 있는 프로퍼티

全部选项(不包括 sign)
protected $defined

$key 보호되어 있는 프로퍼티

商户 KEY
protected $key

$required 보호되어 있는 프로퍼티

必填选项(不包括 sign)
protected $required

$tradeTypes 보호되어 있는 프로퍼티

有效的 trade_type 类型
protected $tradeTypes