Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
f6622cdb
Commit
f6622cdb
authored
Sep 02, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fe11a6d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
Amercement.php
application/api_broker/controller/Amercement.php
+10
-0
AmercementService.php
application/index/service/AmercementService.php
+26
-0
No files found.
application/api_broker/controller/Amercement.php
View file @
f6622cdb
...
...
@@ -52,5 +52,14 @@ class Amercement extends Basic
}
/**
* 获取类型
* @return \think\Response
*/
public
function
getAmercementType
(){
$res
=
$this
->
s_amercement
->
getAmercementType
();
return
$this
->
response
(
"200"
,
"成功"
,
$res
);
}
}
\ No newline at end of file
application/index/service/AmercementService.php
View file @
f6622cdb
...
...
@@ -25,6 +25,32 @@ class AmercementService
$this
->
m_amercement_img
=
new
OAmercementImgModel
();
}
/**
* 类型
* @return array
*/
public
function
getAmercementType
()
{
return
[
'1'
=>
'班主任早会监督'
,
'2'
=>
'晚会表监督'
,
'3'
=>
'学习视频监督'
,
'4'
=>
'投诉'
,
'5'
=>
'日报'
,
'6'
=>
'房源上架'
,
'7'
=>
'视频审核'
,
'8'
=>
'商学院评论'
,
'9'
=>
'弟子班自律'
,
'10'
=>
'弟子班心得评论'
,
'11'
=>
'将帅赢心得评论'
,
'12'
=>
'各项会议处罚机制'
,
'13'
=>
'五星好评'
,
'14'
=>
'投诉暂扣'
,
'15'
=>
'独家协议'
,
'16'
=>
'其他处罚'
,
];
}
/**
* 新增
*
...
...
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