Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
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
licc
volunteer_service
Commits
e7b25f9b
Commit
e7b25f9b
authored
Apr 14, 2021
by
xc
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
62834704
2b3d31f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Banner.java
...gy-model/src/main/java/cn/wisenergy/model/app/Banner.java
+1
-1
UserServiceImpl.java
...n/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
+1
-0
Common.java
...ice/src/main/java/cn/wisenergy/service/common/Common.java
+2
-2
No files found.
wisenergy-model/src/main/java/cn/wisenergy/model/app/Banner.java
View file @
e7b25f9b
...
...
@@ -49,7 +49,7 @@ public class Banner implements Serializable {
private
Integer
isHaveImage
;
/**
* 广告类型: 1:顶部广告 2:底部广告 3:
a
pp
* 广告类型: 1:顶部广告 2:底部广告 3:
A
pp
*/
@ApiModelProperty
(
value
=
"广告类型: 1:顶部广告 2:底部广告 3:App"
,
name
=
"type"
)
private
Integer
type
;
...
...
wisenergy-service/src/main/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
View file @
e7b25f9b
...
...
@@ -195,6 +195,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
}
else
{
//编辑
flag
=
2
;
scoreInfo
.
setId
(
flagStatus
.
getId
());
}
//4、更新用户信息和保存用户成绩
...
...
wisenergy-service/src/main/java/cn/wisenergy/service/common/Common.java
View file @
e7b25f9b
...
...
@@ -47,9 +47,9 @@ public class Common {
* 支付宝--pc端支付成功跳转地址
*/
//测试服务器
public
static
final
String
RETURN_URL_PC
=
"http://111.203.232.171:8999/wallet"
;
public
static
final
String
RETURN_URL_PC
=
"http://111.203.232.171:8999/
#/
wallet"
;
//线上
//public static final String RETURN_URL_PC = "https://jygkzy.com/wallet";
//public static final String RETURN_URL_PC = "https://jygkzy.com/
#/
wallet";
/***
* 支付宝--手机网页支付成功跳转地址
*/
...
...
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