Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
8c700a49
Commit
8c700a49
authored
Feb 21, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
002e7946
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
compass_include.inc
src/settings/compass_include.inc
+3
-0
synchronize_social_event_dat.php
src/user/if/synchronize_social_event_dat.php
+1
-1
No files found.
src/settings/compass_include.inc
View file @
8c700a49
...
...
@@ -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"
);
?>
src/user/if/synchronize_social_event_dat.php
View file @
8c700a49
...
...
@@ -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
(
"参数错误!"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment