判断商店状态2秒改为5秒

feat/task1-c-wallet
gongfuxiang 2022-01-03 16:02:05 +08:00
parent 8964c24ceb
commit 7fbed2fc79
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class StoreService
$ret = MyCache($key);
if(empty($ret))
{
$ret = GetHttpCode(self::StoreUrl(), 2);
$ret = GetHttpCode(self::StoreUrl(), 5);
MyCache($key, $ret, $time);
}
if(!in_array($ret['data'], [200, 301, 302, 307, 308]))