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
0a5fb5e4
Commit
0a5fb5e4
authored
May 11, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat_wb_1002827 add type
parent
6ee3c570
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
ProductTypeConstant.java
.../com/pcloud/common/core/constant/ProductTypeConstant.java
+5
-0
AppTypeConstant.java
...main/java/com/pcloud/common/constant/AppTypeConstant.java
+1
-1
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/ProductTypeConstant.java
View file @
0a5fb5e4
...
...
@@ -342,6 +342,11 @@ public class ProductTypeConstant {
*/
public
static
final
String
BOOK_CLICK_APP
=
"BOOK_CLICK_APP"
;
/**
*抽奖
*/
public
static
final
String
DRAW_APP
=
"DRAW_APP"
;
/**
* 热门作品类型
...
...
pcloud-common/src/main/java/com/pcloud/common/constant/AppTypeConstant.java
View file @
0a5fb5e4
...
...
@@ -17,7 +17,7 @@ public class AppTypeConstant {
* 含有销售价的应用(创建修改同步操作资源中心)
*/
public
static
final
String
[]
PRICE_APP
=
{
AppTypeEnum
.
TEACH_RESOURCE
.
value
,
AppTypeEnum
.
COURSE_WARE
.
value
,
AppTypeEnum
.
STROKE_ORDER
.
value
,
AppTypeEnum
.
IMAGE
.
value
,
AppTypeEnum
.
RECITE_WORD
.
value
};
AppTypeEnum
.
STROKE_ORDER
.
value
,
AppTypeEnum
.
IMAGE
.
value
,
AppTypeEnum
.
RECITE_WORD
.
value
,
AppTypeEnum
.
DRAW
.
value
};
/**
* 其它服务的含有销售价的应用
...
...
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