Browse Source

客户订单送到

shish 6 years ago
parent
commit
e66862150d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      biz/message/classes/InformAdminClass.php

+ 0 - 3
biz/message/classes/InformAdminClass.php

@@ -200,9 +200,7 @@ class InformAdminClass extends BaseClass
         if (empty($shopId)) {
             $shopId = MerchantClass::getDefaultShopId($merchant);
         }
-        echo $shopId;
         $adminList = ShopAdminService::getNoticeAdminList($shopId);
-        print_r($adminList);
         $tm = xhTMessageService::getList(0);
         $shortTempId = 'OPENTM201205968';//订单送达通知
         $tempId = $tm[$shortTempId];
@@ -229,7 +227,6 @@ class InformAdminClass extends BaseClass
                         $data['miniprogram']['appid'] = $open['miniAppId'];
                         $data['miniprogram']['pagepath'] = 'admin/order/detail?id=' . $orderId;
                     }
-                    print_r($data);
                     wxUtil::sendTaskInform($data, $open);
                 }
             }