Merge branch release/21.7.3 of zentao/zentaopms (#10098)

This commit is contained in:
刘刚
2025-07-02 11:53:48 +08:00
committed by Gitfox
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ $certName = 'fail-name';
r($cneModel->certInfoTest($certName)) && p() && e('0'); // 证书名称错误
$certName = 'tls-haogs-cn';
r($cneModel->certInfoTest($certName)) && p('sans:0') && e('*.devops.corp.cc'); // 证书名称正确
r($cneModel->certInfoTest($certName)) && p('sans:0') && e('devops.corp.cc'); // 证书名称正确
+1
View File
@@ -19,6 +19,7 @@ cid=1
*/
zenData('task')->gen(10);
zenData('action')->gen(10);
zenData('repo')->loadYaml('repo')->gen(4);
$taskID = 1;