|
@@ -1642,9 +1642,9 @@ class OrdersController extends Controller
|
|
if ($force_sub_info) {
|
|
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>";
|
|
//$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)) {
|
|
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 {
|
|
} 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') {
|
|
if ($product_info->type == 'YEAR_ORDER') {
|
|
$money_text = $product_info->price . '元(尊贵的年费VIP会员)';
|
|
$money_text = $product_info->price . '元(尊贵的年费VIP会员)';
|