diff --git a/webht/third_party/pay/controllers/AlipayTradeService.php b/webht/third_party/pay/controllers/AlipayTradeService.php
index 808b7f31..0724ef10 100644
--- a/webht/third_party/pay/controllers/AlipayTradeService.php
+++ b/webht/third_party/pay/controllers/AlipayTradeService.php
@@ -429,16 +429,16 @@ class AlipayTradeService extends CI_Controller
//添加邮件发送记录
//给外联发送通知邮件
- $fromName = 'iPayLinks';
+ $fromName = 'Alipay';
$fromEmail = '';
$toName = !empty($opi_firstname) ? $opi_firstname : '';
$toEmail = !empty($opi_email) ? $opi_email : '';
$subject = $orderid_info->orderid . '_' . $orderid_info->ordertype . ' / ' . $item->ALI_orderAmount . $item->ALI_currencyCode . ' / ' . $fromName;
- $body = $this->load->view('receipt_mail', $item, true);
+ $body = $this->load->view('alipay_receipt_mail', $item, true);
$M_RelatedInfo = $item->ALI_sn;
$M_AddTime = $item->ALI_completeTime;
$M_State = 0;
- $this->Alipay_model->save_automail($fromName, $fromEmail, $toName, $toEmail, $subject, $body, $M_RelatedInfo, $M_State, $M_AddTime, 'iPayLinks note');
+ $this->Alipay_model->save_automail($fromName, $fromEmail, $toName, $toEmail, $subject, $body, $M_RelatedInfo, $M_State, $M_AddTime, 'Alipay note');
//添加邮件发送记录 end
$this->Alipay_note_model->update_send($item->ALI_dealId, 'send');
diff --git a/webht/third_party/pay/views/alipay_receipt_mail.php b/webht/third_party/pay/views/alipay_receipt_mail.php
index 3233bb72..a2590081 100644
--- a/webht/third_party/pay/views/alipay_receipt_mail.php
+++ b/webht/third_party/pay/views/alipay_receipt_mail.php
@@ -1 +1 @@
-
| Transaction ID: | Hello Guilin China International Travel Service Co.,Ltd, You received a payment of Thanks for using iPayLinks.You can now ship any items.To see all the transaction details,log in to your iPayLinks account. It may take a few moments for this transaction to appear in your account. Seller Protection- | | |
+ | Transaction ID: | Hello Guilin China International Travel Service Co.,Ltd, You received a payment of Thanks for using iPayLinks.You can now ship any items.To see all the transaction details,log in to your iPayLinks account. It may take a few moments for this transaction to appear in your account. Seller Protection- | | |