Files
kiri-wchat/wchat/wx/V3/Config.php
T

20 lines
380 B
PHP
Raw Normal View History

2023-11-13 22:13:44 +08:00
<?php
namespace wchat\wx\V3;
class Config
{
protected string $appId = '';
protected string $appSecret = '';
protected string $mchId = '';
protected string $mchKey = '';
protected string $secret = '';
protected string $mchCert = '';
protected string $SerialNumber = '';
protected string $notifyUrl = '';
}