Jelajahi Sumber

售后优化

shish 2 tahun lalu
induk
melakukan
7efadffec6

+ 0 - 1
app-hd/controllers/CgRefundController.php

@@ -90,7 +90,6 @@ class CgRefundController extends BaseController
         $currentTime = strtotime($payTime);
         $now = time();
         $newTime = bcadd($currentTime, 120000);
-        noticeUtil::push("payTime:{$payTime} currentTime:{$currentTime} now:{$now} newTime:{$newTime}", '15280215347');
         if ($now > $newTime) {
             util::fail('超时订单,不能自行申请售后');
         }

+ 2 - 2
app-pt/controllers/WxController.php

@@ -124,7 +124,7 @@ class WxController extends PublicController
                     //关注
                     case 'subscribe':
 
-                        noticeUtil::push('花掌柜 关注者openId ' . $this->fromUsername, '15280215347');
+                        //noticeUtil::push('花掌柜 关注者openId ' . $this->fromUsername, '15280215347');
 
                         $text = $this->replyTextContent($this->fromUsername);
                         $pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);
@@ -176,7 +176,7 @@ class WxController extends PublicController
                     //关注
                     case 'subscribe':
 
-                        noticeUtil::push('销花宝 关注者openId ' . $this->fromUsername, '15280215347');
+                        //noticeUtil::push('销花宝 关注者openId ' . $this->fromUsername, '15280215347');
 
                         $text = $this->replyTextContent("{$this->fromUsername}");
                         $pc = new \WXBizMsgCrypt($openToken, $encodingAesKey, $openAppId);