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
fe956ab0
Commit
fe956ab0
authored
Aug 15, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
U
parent
2b2d9333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UploadWorkLearning.php
application/api_broker/controller/UploadWorkLearning.php
+1
-1
route.php
application/route.php
+1
-1
No files found.
application/api_broker/controller/
u
ploadWorkLearning.php
→
application/api_broker/controller/
U
ploadWorkLearning.php
View file @
fe956ab0
...
...
@@ -8,7 +8,7 @@ use app\api_broker\extend\Basic;
use
app\api_broker\service\RedisCacheService
;
use
app\model\RWorkLearningModel
;
class
u
ploadWorkLearning
extends
Basic
class
U
ploadWorkLearning
extends
Basic
{
/**
* 保存0素质测评 1方法分析 2价值观考核图片
...
...
application/route.php
View file @
fe956ab0
...
...
@@ -1046,7 +1046,7 @@ Route::group('broker', [
'addFeeImage'
=>
[
'api_broker/StoreFee/addFeeImage'
,
[
'method'
=>
'POST'
]],
//新增报销申请图片
'getApplyForFeeStore'
=>
[
'api_broker/StoreFee/getApplyForFeeStore'
,
[
'method'
=>
'GET'
]],
//获取门店地址
'deviceList'
=>
[
'api_broker/Broker/deviceList'
,
[
'method'
=>
'GET'
]],
//设备列表
'uploadWorkLearning'
=>
[
'api_broker/
u
ploadWorkLearning/workLearningImage'
,
[
'method'
=>
'POST'
]],
//保存0素质测评 1方法分析 2价值观考核图片
'uploadWorkLearning'
=>
[
'api_broker/
U
ploadWorkLearning/workLearningImage'
,
[
'method'
=>
'POST'
]],
//保存0素质测评 1方法分析 2价值观考核图片
]);
...
...
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