作者 lyh

gx

@@ -64,7 +64,6 @@ class SyncProject extends Command @@ -64,7 +64,6 @@ class SyncProject extends Command
64 $data['data']['type'] = 4; //续费记录单 64 $data['data']['type'] = 4; //续费记录单
65 } 65 }
66 ProjectLogic::instance()->sync($data['data']); 66 ProjectLogic::instance()->sync($data['data']);
67 -  
68 $item->status = NoticeLog::STATUS_SUCCESS; 67 $item->status = NoticeLog::STATUS_SUCCESS;
69 $item->save(); 68 $item->save();
70 }catch (\Exception $e){ 69 }catch (\Exception $e){
@@ -24,9 +24,9 @@ class DeployBuild extends Base @@ -24,9 +24,9 @@ class DeployBuild extends Base
24 24
25 public function getTestDomainAttribute(): string 25 public function getTestDomainAttribute(): string
26 { 26 {
27 - $hashids = new Hashids('test_domain', 4, 'abcdefghjkmnpqrstuvwxyz1234567890'); 27 + $hashids = new Hashids('test_domain', 5, 'abcdefghjkmnpqrstuvwxyz1234567890');
28 $code = $hashids->encode($this->project_id); 28 $code = $hashids->encode($this->project_id);
29 - return 'https://' . $code . '.test.com'; 29 + return 'https://v6-' . $code . 'globalso.site';
30 } 30 }
31 31
32 public static function clearCache($row){ 32 public static function clearCache($row){