This commit is contained in:
xl
2023-11-13 22:13:44 +08:00
parent 0d1cb506aa
commit 59456a4759
3 changed files with 232 additions and 28 deletions
+20
View File
@@ -0,0 +1,20 @@
<?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 = '';
}