Ver Fonte

一些功能

Kirin há 3 anos atrás
pai
commit
9af9b2fc98
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      crmeb/services/YLYService.php

+ 0 - 2
crmeb/services/YLYService.php

@@ -185,8 +185,6 @@ class YLYService extends HttpService implements ProviderInterface
     {
         $orderInfo['real_name'] = mb_substr($orderInfo['real_name'], 0, 1) . "*" . mb_substr($orderInfo['real_name'], 2);
         $orderInfo['user_phone'] = substr($orderInfo['user_phone'], 0, 3) . "****" . substr($orderInfo['user_phone'], 7);
-        var_dump($orderInfo);
-        exit;
         $timeYmd = date('Y-m-d', time());
         $timeHis = date('H:i:s', time());
         $goodsStr = '<table><tr><td>商品名称</td><td>数量</td><td>金额</td><td>小计</td></tr>';