|
|
@@ -35,7 +35,7 @@ class NotifyClass extends BaseClass
|
|
|
'type' => 1,
|
|
|
'targetId' => $id,
|
|
|
'read' => 0,
|
|
|
- 'content' => $ghsName . '的【' . $productName . '】,被分到默认分类',
|
|
|
+ 'content' => $ghsName . '的【' . $productName . '】,被归到默认分类',
|
|
|
'page' => '/admin/item/detail?from=1&source=notify&id=' . $id,
|
|
|
];
|
|
|
self::add($data);
|