Browse Source

新退款通知关闭

shish 1 month ago
parent
commit
d0225f89df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz/wx/classes/WxMessageClass.php

+ 1 - 0
biz/wx/classes/WxMessageClass.php

@@ -230,6 +230,7 @@ class WxMessageClass extends BaseClass
     //供货商有新的退款申请 ssh 20230815
     //供货商有新的退款申请 ssh 20230815
     public static function ghsHasNewRefundApplyInform($shop, $refund)
     public static function ghsHasNewRefundApplyInform($shop, $refund)
     {
     {
+        return false;
         $id = $refund->id;
         $id = $refund->id;
         $refundSn = $refund->orderSn ?? '';
         $refundSn = $refund->orderSn ?? '';
         $refundType = $refund->refundType ?? 1;
         $refundType = $refund->refundType ?? 1;