Browse Source

tel:56680189->85175733

zz 3 năm trước cách đây
mục cha
commit
3785df67e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Modules/Trade/Pay/OrderArousePayAbstract.php

+ 2 - 2
app/Modules/Trade/Pay/OrderArousePayAbstract.php

@@ -56,13 +56,13 @@ abstract class OrderArousePayAbstract
     {
         $package = QappPackage::where('channel_id', $channel_id)->select('name')->first();
         $name    = $package ? $package->name : '';
-        return "搜索快应用({$name})继续阅读,投诉电话:0571-56680189";
+        return "搜索快应用({$name})继续阅读,投诉电话:0571-85175733";
     }
 
     protected function getSubjectNameByPackage(string $package)
     {
         $package = QappPackage::where('package', $package)->select('name')->first();
         $name    = $package ? $package->name : '';
-        return "搜索快应用({$name})继续阅读,投诉电话:0571-56680189";
+        return "搜索快应用({$name})继续阅读,投诉电话:0571-85175733";
     }
 }