shish 2 years ago
parent
commit
bbee26c64f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ItemController.php

+ 1 - 1
app-ghs/controllers/ItemController.php

@@ -40,7 +40,7 @@ class ItemController extends BaseController
             util::fail('没有找到平台花材');
         }
         $ptItemName = $ptItem->name ?? '';
-        noticeUtil::push($name . " 申请将平台花材【{$ptItemName}/{$ptItemId}】进行认证", '15280215347');
+        noticeUtil::push($name . " 申请将【{$ptItemName}/{$ptItemId}】进行认证", '15280215347');
         util::complete();
     }