|
...
|
...
|
@@ -107,7 +107,7 @@ class GeoController extends BaseController |
|
|
|
'keyword' => '项目数据确认',
|
|
|
|
'msg' =>
|
|
|
|
'cm:文章确认完成' . PHP_EOL .
|
|
|
|
'项目名称:'.$confInfo['company'] ?? '' . PHP_EOL .
|
|
|
|
'项目名称:'.($confInfo['company'] ?? '') . PHP_EOL .
|
|
|
|
'负责人:'.$manage_name . PHP_EOL,
|
|
|
|
'isAtAll' => false, // 是否@所有人
|
|
|
|
], 'https://oapi.dingtalk.com/robot/send?access_token=4effe85882009a8a1617dbeadc38c350f832deef7431ce10f5fda751b4c82fb9');
|
|
...
|
...
|
@@ -176,7 +176,7 @@ class GeoController extends BaseController |
|
|
|
'keyword' => '项目数据确认',
|
|
|
|
'msg' =>
|
|
|
|
'cm:'.(($info['type'] == 1) ? '标题确认' : '关键词确认'). PHP_EOL .
|
|
|
|
'项目名称:'.$confInfo['company'] ?? '' . PHP_EOL .
|
|
|
|
'项目名称:'.($confInfo['company'] ?? '') . PHP_EOL .
|
|
|
|
'负责人:'.$manage_name . PHP_EOL,
|
|
|
|
'isAtAll' => false, // 是否@所有人
|
|
|
|
], 'https://oapi.dingtalk.com/robot/send?access_token=4effe85882009a8a1617dbeadc38c350f832deef7431ce10f5fda751b4c82fb9');
|
...
|
...
|
|