|
@@ -616,7 +616,7 @@ class VerifyApi {
|
|
|
$data["isPublic"] = 4;
|
|
|
$data["identifyMonth"] = $batch;
|
|
|
$data["certificateGetTime"] = $batch; //时间待定
|
|
|
- $data["certificateExpireTime"] = date("Y-m-d", strtotime(sprintf("%s +6 years", $batch))); //时间待定
|
|
|
+ $data["certificateExpireTime"] = date("Y-m-d", strtotime(sprintf("%s +6 years -1 days", $batch))); //时间待定
|
|
|
break;
|
|
|
case TalentState::PUBLISH_FAIL:
|
|
|
$data["isPublic"] = 4;
|