eee
This commit is contained in:
+14
-35
@@ -5,46 +5,25 @@ namespace wchat\common\libs;
|
|||||||
class Aliyun
|
class Aliyun
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// APPID
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $appId;
|
public string $appId;
|
||||||
|
|
||||||
|
// APP公钥
|
||||||
|
public string $appKey;
|
||||||
|
|
||||||
/**
|
// APP私钥
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $mchCa;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $mchId;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $mchKey;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $mchCert;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public string $appSecret;
|
public string $appSecret;
|
||||||
|
|
||||||
|
// APP公钥证书
|
||||||
|
public string $appPubSecret;
|
||||||
|
|
||||||
/**
|
// 阿里云公钥证书
|
||||||
* @var string
|
public string $aliPubSecret;
|
||||||
*/
|
|
||||||
public string $mchSecret;
|
// 阿里云根证书
|
||||||
|
public string $aliRootSecret;
|
||||||
|
|
||||||
|
// 是否开启证书模式
|
||||||
|
public int $openFileState;
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user