...
|
...
|
@@ -12,8 +12,8 @@ use think\Db; |
|
|
*/
|
|
|
class Wechat {
|
|
|
static public $app = null;
|
|
|
static private $appid= '';
|
|
|
static private $appsecret= '';
|
|
|
static public $appid= '';
|
|
|
static public $appsecret= '';
|
|
|
|
|
|
static private $inc = null;
|
|
|
|
...
|
...
|
@@ -31,6 +31,7 @@ class Wechat { |
|
|
}
|
|
|
return self::$inc;
|
|
|
}
|
|
|
|
|
|
|
|
|
//初始化 easywechat app
|
|
|
static public function initWechat(){
|
...
|
...
|
|