Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
878d6ff9
Commit
878d6ff9
authored
Oct 28, 2018
by
gaopeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
音频课、音频纯听
parent
0153cdcf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
ConvertEnum.java
...ain/java/com/pcloud/common/core/constant/ConvertEnum.java
+11
-1
MQQueueConstant.java
...java/com/pcloud/common/core/constant/MQQueueConstant.java
+5
-0
ProductTypeConstant.java
.../com/pcloud/common/core/constant/ProductTypeConstant.java
+16
-1
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/ConvertEnum.java
View file @
878d6ff9
...
...
@@ -82,7 +82,17 @@ public enum ConvertEnum {
/**
* 视频课
*/
VIDEO_LESSON
(
"VIDEO_LESSON"
,
"convert2VideoLesson"
);
VIDEO_LESSON
(
"VIDEO_LESSON"
,
"convert2VideoLesson"
),
/**
* 音频课
*/
AUDIO_LESSON
(
"AUDIO_LESSON"
,
"convert2AudioLesson"
),
/**
* 音频纯听
*/
AUDIO_LISTEN
(
"AUDIO_LISTEN"
,
"convert2AudioListen"
);
/**
* 值
...
...
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/MQQueueConstant.java
View file @
878d6ff9
...
...
@@ -81,6 +81,11 @@ public class MQQueueConstant {
public
static
final
String
CONVERT_TO_VOTEAPP
=
"convert2VoteAppQueue"
;
/**
* 文件转码结束(音视频)->音频课/纯听
*/
public
static
final
String
CONVERT_TO_AUDIOLESSON
=
"convert2AudioLessonQueue"
;
/**
* 数据埋点
*/
public
static
final
String
FRONT_EVENT
=
"frontEventQueue"
;
...
...
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/ProductTypeConstant.java
View file @
878d6ff9
...
...
@@ -208,6 +208,21 @@ public class ProductTypeConstant {
public
static
final
String
PRETESTAPP
=
"PRETESTAPP"
;
/**
* 音频
*/
public
static
final
String
AUDIO_RESOURCE
=
"AUDIO_RESOURCE"
;
/**
* 问答
*/
public
static
final
String
QA_APP
=
"QA_APP"
;
/**
* 电子书
*/
public
static
final
String
EBOOK_APP
=
"EBOOK_APP"
;
/**
* 热门作品类型
*/
public
static
final
String
[]
HOT_PRODUCT_TYPE
=
{
QA
,
PDF
,
VIDEO
,
PRETEST
};
...
...
@@ -233,7 +248,7 @@ public class ProductTypeConstant {
* 应用型作品(伴随应用使用)
*/
public
static
final
String
[]
APP_PRODUCT
=
{
LOOK
,
LIVE
,
TUTOR
,
GROUP
,
ZSCORE
,
VOTE
,
CLOCK
,
TEST
,
AUDIOAPP
,
ANSWER
,
EF
,
MUSIC
,
VIDEO_COURSE
,
PRETESTAPP
};
EF
,
MUSIC
,
VIDEO_COURSE
,
PRETESTAPP
,
AUDIO_RESOURCE
,
QA_APP
,
EBOOK_APP
};
/**
* 数据平台埋点型作品
...
...
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