Browse Source

充值客服消息增加置顶

songdb 5 years ago
parent
commit
ba8be1d794
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 2 - 2
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -1642,9 +1642,9 @@ class OrdersController extends Controller
             if ($force_sub_info) {
                 //$content_format = "您好,你已经成功充值\r\n\r\n会员:%s\r\n会员ID:%s\r\n充值金额:%s\r\n充值状态:充值成功\r\n如有疑问,请点击用户中心-联系客服\r\n\r\n><a href='%s'>点击继续阅读上次阅读</a>";
                 if (SubstituteOrderService::getByOrderId($order_id)) {
-                    $content_format = "代充值客服消息:\r\n\r\n你好,您的好友为你代付成功\r\n会员:%s\r\n会员ID:%s\r\n代付金额:%s\r\n充值状态:充值成功\r\n如有疑问,请点击用户中心-联系客服\r\n赠送的礼物道具在阅读页-送礼物\r\n\r\n><a href='%s'>点击继续阅读上次阅读</a>";
+                    $content_format = "代充值客服消息:\r\n\r\n你好,您的好友为你代付成功\r\n会员:%s\r\n会员ID:%s\r\n代付金额:%s\r\n充值状态:充值成功\r\n赠送的礼物道具在阅读页-送礼物\r\n\r\n><a href='%s'>点击继续上次阅读</a>";
                 } else {
-                    $content_format = "您好,你已经成功充值\r\n\r\n会员:%s\r\n会员ID:%s\r\n充值金额:%s\r\n充值状态:充值成功\r\n如有疑问,请点击用户中心-联系客服\r\n赠送的礼物道具在阅读页-送礼物\r\n\r\n><a href='%s'>点击继续阅读上次阅读</a>";
+                    $content_format = "您好,你已经成功充值\r\n\r\n会员:%s\r\n会员ID:%s\r\n充值金额:%s\r\n充值状态:充值成功\r\n赠送的礼物道具在阅读页-送礼物\r\n\r\n><a href='%s'>点击继续上次阅读</a>\r\n为方便阅读,请<a href='https://help.zhuishuyun.com/top.html'>置顶公众号</a>";
                 }
                 if ($product_info->type == 'YEAR_ORDER') {
                     $money_text = $product_info->price . '元(尊贵的年费VIP会员)';