setError('没有设置通知人'); return false; } xhTMessageService::sendUrlToMobile($url, $openId, $merchant); return true; } //根据id批量取管理员 ssh 2019.12.20 public static function getAdminByIds($ids, $order = null, $indexBy = null) { $admin = AdminClass::getByIds($ids, $order, $indexBy); if (empty($admin)) { return $admin; } $imgPrefix = imgUtil::getPrefix(); foreach ($admin as $key => $val) { $val = business::formatUserAvatar($val); $admin[$key] = $val; } return $admin; } }