shish 2 rokov pred
rodič
commit
65b15d471e

+ 1 - 1
biz/pt/classes/PtAssetClass.php

@@ -96,7 +96,7 @@ class PtAssetClass extends BaseClass
         }
 
         $id = $order->id;
-        $event = "客户向商家-{$sjName}充值销账,单号:{$order->orderSn}";
+        $event = "客户向商家-{$sjName}充值,单号:{$order->orderSn}";
         $mainId = $shop->mainId ?? 0;
         $change = [
             'relateId' => $id,

+ 1 - 1
biz/shop/classes/ShopClass.php

@@ -239,7 +239,7 @@ class ShopClass extends BaseClass
             'txBalance' => $txBalance,
             'io' => 1,
             'payWay' => $order->payWay,
-            'event' => $custom . "充值销账,单号:{$order->orderSn}",
+            'event' => $custom . "充值,单号:{$order->orderSn}",
             'sjId' => $shop->sjId,
             'shopId' => $shop->id,
             'mainId' => $shop->mainId,