Przeglądaj źródła

技能订单下单消息调整

zhangxiaobin 1 rok temu
rodzic
commit
a915acd55a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/api/controller/Dispatch.php

+ 1 - 1
application/api/controller/Dispatch.php

@@ -564,7 +564,7 @@ class Dispatch extends Common
                 $reciveuserInfo = $userModel->where(["id"=>$orderInfo["recive_id"]])->find();
                 //Smslib::notice($reciveuserInfo->mobile, $orderInfo["skill_name"],"有人接单啦",'orderNotice');
                 // 系统消息通知
-                \app\common\model\Message::addMessage($orderInfo["recive_id"],"派单通知","您的派单,技能:".$orderInfo["skill_name"]."有人单啦,请注意查看!");
+                \app\common\model\Message::addMessage($orderInfo["recive_id"],"派单通知","您的派单,技能:".$orderInfo["skill_name"]."有人单啦,请注意查看!");
 
                 $this->success('支付成功!');
             } else {