@@ -113,6 +113,7 @@ class YLYService extends HttpService implements ProviderInterface
}
return '';
}, 20 * 86400);
+ var_dump($store_id);
var_dump($this->access_token);
if (!$this->access_token)
throw new AuthException('获取access_token获取失败');