Commit 8c700a49 by biao

1

parent 002e7946
......@@ -39,6 +39,8 @@ require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/CertificateMst.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/UserCertificateDat.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/UserMessageDat.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/GovernmentQrDat.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/SocialEventDat.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/SocialEventMemberDat.inc");
// definition
require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/definition/ImageType.inc");
......@@ -64,5 +66,6 @@ require_once(COMPASS_LIB_ROOT . "/cn/compass/handler/CompassHandler.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/handler/PagingHandler.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/handler/UserHandler.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/handler/AliUploadHandler.inc");
require_once(COMPASS_LIB_ROOT . "/cn/compass/handler/GetWxQrHandler.inc");
?>
......@@ -17,7 +17,7 @@ $content = ParamUtil::getRequestString("content");
$images = ParamUtil::getRequestString("images");
//参数检查
if(empty($schoolNo) || empty($originalSource) || empty($title || $eventId <= 0 {
if(empty($schoolNo) || empty($originalSource) || empty($title) || $eventId <= 0) {
responseNG("参数错误!");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment