作者 lyh

变更数据

@@ -56,11 +56,11 @@ class GeoConfirm extends Base @@ -56,11 +56,11 @@ class GeoConfirm extends Base
56 * @method :post 56 * @method :post
57 * @time :2025/10/31 10:10 57 * @time :2025/10/31 10:10
58 */ 58 */
59 - public static function typeDesc() 59 + public static function typeDesc($num = 10)
60 { 60 {
61 return [ 61 return [
62 - self::TYPE_TITLE => '需选择确认10个文章标题,后续根据您确认的文章标题整理文章内容;如有补充展会、资质证书等资料,可一并提供。',  
63 - self::TYPE_KEYWORD => '需选择确认10个核心关键词问题,后续根据您确认的核心关键词问题整理文章标题;建议提供展会、资质证书等资料。' 62 + self::TYPE_TITLE => '需选择确认'.$num.'个文章标题,后续根据您确认的文章标题整理文章内容;如有补充展会、资质证书等资料,可一并提供。',
  63 + self::TYPE_KEYWORD => '需选择确认'.$num.'个核心关键词问题,后续根据您确认的核心关键词问题整理文章标题;建议提供展会、资质证书等资料。'
64 ]; 64 ];
65 } 65 }
66 66
@@ -120,7 +120,7 @@ class GeoConfirm extends Base @@ -120,7 +120,7 @@ class GeoConfirm extends Base
120 $seo_plan_name = 'GEO'; 120 $seo_plan_name = 'GEO';
121 $content_array = [ 121 $content_array = [
122 'title' => "【{$company} {$seo_plan_name}】".self::typeMapping()[$data->type], 122 'title' => "【{$company} {$seo_plan_name}】".self::typeMapping()[$data->type],
123 - 'desc' => self::typeDesc()[$data->type], 123 + 'desc' => self::typeDesc($data->max_num)[$data->type],
124 'size' => 0, 124 'size' => 0,
125 'thumbSize' => 0, 125 'thumbSize' => 0,
126 'thumbUrl' => 'https://hub.globalso.com/logocm.png', 126 'thumbUrl' => 'https://hub.globalso.com/logocm.png',
@@ -98,7 +98,7 @@ class GeoWritings extends Base @@ -98,7 +98,7 @@ class GeoWritings extends Base
98 $token = Crypt::encrypt($param); 98 $token = Crypt::encrypt($param);
99 $content_array = [ 99 $content_array = [
100 'title' => "【{$company} {$seo_plan_name}】核心文章已整理,请查看并确认", 100 'title' => "【{$company} {$seo_plan_name}】核心文章已整理,请查看并确认",
101 - 'desc' => '需选择确认10篇文章,后续根据您确认的文章进行外链发布。', 101 + 'desc' => '需选择确认文章,后续根据您确认的文章进行外链发布。',
102 'size' => 0, 102 'size' => 0,
103 'thumbSize' => 0, 103 'thumbSize' => 0,
104 'thumbUrl' => 'https://hub.globalso.com/logocm.png', 104 'thumbUrl' => 'https://hub.globalso.com/logocm.png',