|
|
@@ -25,7 +25,7 @@ class mtUtil
|
|
|
noticeUtil::push("门店:{$shopId} 的美团refresh_access_token已经失效,已无法获取access_token,请重点关注", '15280215347');
|
|
|
}
|
|
|
$mtRefreshToken = $ext->mtRefreshToken ?? '';
|
|
|
-
|
|
|
+echo $mtRefreshToken;die;
|
|
|
$config = dict::getDict('mtConfig');
|
|
|
$app = new Application($config);
|
|
|
$appId = $config['app_id'] ?? '';
|