eee
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user