...
|
...
|
@@ -15,6 +15,7 @@ use api\index\model\JoinModel; |
|
|
use api\index\model\VolunteerModel;
|
|
|
use api\index\model\UserModel;
|
|
|
use cmf\controller\RestBaseController;
|
|
|
use EasyWeChat\Foundation\Application;
|
|
|
use think\Validate;
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -782,6 +783,7 @@ class MemberCenterController extends RestBaseController |
|
|
'app_id' => $appId,
|
|
|
'secret' => $secret,
|
|
|
];
|
|
|
|
|
|
$wechat=new Application($config);
|
|
|
$notice=$wechat->mini_program->notice;
|
|
|
try{
|
...
|
...
|
|