shish 4 lat temu
rodzic
commit
c576512723

+ 1 - 1
app-hd/controllers/NoticeController.php

@@ -49,7 +49,7 @@ class NoticeController extends PublicController
             //支付成功后续流程
             payUtil::thirdPay($wxPay, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
             $transaction->commit();
-            //花店采购供应商端播放声音
+            //花店采购供应商端收到通知
             ShopExtClass::hdCgGhsReport($orderSn);
             echo '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>';
         } catch (\Exception $e) {

+ 1 - 0
biz/notice/classes/NoticeClass.php

@@ -32,6 +32,7 @@ class NoticeClass extends BaseClass
                 continue;
             }
             $adminId = $admin['id'] ?? 0;
+            //APP通知
             pushNotice::push($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
         }
     }