Explorar el Código

美团对接-商品对接

fang hace 1 año
padre
commit
ab1b80eb0b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/common/logic/ThirdOrderLogic.php

+ 0 - 1
app/common/logic/ThirdOrderLogic.php

@@ -66,7 +66,6 @@ class ThirdOrderLogic extends BaseLogic
     public static function orderhandle(array $order)
     {
         $message = json_decode($order['message'], true);
-        dd($message);
         //查询用户是否存在
         $userName = $message['userName'];
         $mobile = $message['mobile'];