Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
2e58fced
Commit
2e58fced
authored
Oct 28, 2022
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并分支
parent
05fb9091
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
318 deletions
+2
-318
src/app/my/my-management/my-management.component.ts
+0
-313
src/app/my/my.service.ts
+2
-5
No files found.
src/app/my/my-management/my-management.component.ts
deleted
100644 → 0
View file @
05fb9091
This diff is collapsed.
Click to expand it.
src/app/my/my.service.ts
View file @
2e58fced
...
@@ -20,10 +20,10 @@ export class MyService {
...
@@ -20,10 +20,10 @@ export class MyService {
}
}
// 文件下载
// 文件下载
filePath
(
itemType
,
itemId
,
fileCategory
,
code
,
mdDropOptionCode
,
customerId
=
null
)
{
filePath
(
itemType
,
itemId
,
fileCategory
,
code
,
mdDropOptionCode
,
customerId
=
null
,
learningStatus
=
null
,
fileId
=
null
)
{
const
url
=
this
.
API
+
'/filePathQuery'
;
const
url
=
this
.
API
+
'/filePathQuery'
;
return
this
.
http
return
this
.
http
.
post
(
url
,
JSON
.
stringify
({
itemType
:
itemType
,
itemId
:
itemId
,
fileCategory
:
fileCategory
,
code
:
code
,
mdDropOptionCode
:
mdDropOptionCode
,
customerId
:
customerId
}));
.
post
(
url
,
JSON
.
stringify
({
itemType
:
itemType
,
itemId
:
itemId
,
fileCategory
:
fileCategory
,
code
:
code
,
mdDropOptionCode
:
mdDropOptionCode
,
customerId
:
customerId
}));
}
}
// 重要公告
// 重要公告
...
@@ -900,8 +900,6 @@ export class MyService {
...
@@ -900,8 +900,6 @@ export class MyService {
const
url
=
this
.
API
+
"/videoPlay/queryVideoPlayback"
;
const
url
=
this
.
API
+
"/videoPlay/queryVideoPlayback"
;
return
this
.
http
.
post
(
url
,
JSON
.
stringify
(
params
))
return
this
.
http
.
post
(
url
,
JSON
.
stringify
(
params
))
}
}
<<<<<<<
HEAD
=======
// 讲师信息查询
// 讲师信息查询
lecturerQuery
(
params
){
lecturerQuery
(
params
){
...
@@ -951,5 +949,4 @@ export class MyService {
...
@@ -951,5 +949,4 @@ export class MyService {
return
this
.
http
.
post
(
url
,
JSON
.
stringify
(
params
))
return
this
.
http
.
post
(
url
,
JSON
.
stringify
(
params
))
}
}
>>>>>>>
338
ece1
...
动态公告佣金显示
}
}
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