Browse Source

Merge branch 'zhongqi-birthDay' into dev

shizhongqi 2 months ago
parent
commit
e71877ec5a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz-hd/birthday/classes/BirthdayGiftClass.php

+ 1 - 0
biz-hd/birthday/classes/BirthdayGiftClass.php

@@ -563,6 +563,7 @@ class BirthdayGiftClass extends BaseClass
         $sms = new ChuanglanSmsApi();
         $sms->useAccount('marketing');
         $re = $sms->sendSMS($mobile, $msg);
+        Yii::info('生日礼品短信返回:' . json_encode($re));
         if (!$re) {
             return [false, '短信发送失败'];
         }