|
@@ -8,6 +8,8 @@ use biz\base\services\BaseService;
|
|
|
use biz\merchant\services\MerchantService;
|
|
use biz\merchant\services\MerchantService;
|
|
|
use common\components\sms;
|
|
use common\components\sms;
|
|
|
use common\components\util;
|
|
use common\components\util;
|
|
|
|
|
+use common\components\weixinUtil;
|
|
|
|
|
+use common\services\xhTMessageService;
|
|
|
use Yii;
|
|
use Yii;
|
|
|
use linslin\yii2\curl;
|
|
use linslin\yii2\curl;
|
|
|
|
|
|
|
@@ -46,7 +48,7 @@ class InformAdminService extends BaseService
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
//宝贝售出通知 shish 2019.12.24
|
|
//宝贝售出通知 shish 2019.12.24
|
|
|
//有多少人要通知
|
|
//有多少人要通知
|
|
|
public static function goodsSoldInformAdmin($data)
|
|
public static function goodsSoldInformAdmin($data)
|
|
@@ -79,5 +81,5 @@ class InformAdminService extends BaseService
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|