@@ -23,7 +23,7 @@ class NotifyClass extends BaseClass
{
$mainId = $refund->mainId ?? 0;
$shopId = $refund->shopId ?? 0;
- $title = '新的售后申请待处理';
+ $title = '售后申请';
$id = $refund->id;
$refundPrice = $refund->refundPrice;
$refundPrice = floatval($refundPrice);