Commit e7b25f9b authored by xc's avatar xc

Merge remote-tracking branch 'origin/master'

parents 62834704 2b3d31f5
...@@ -49,7 +49,7 @@ public class Banner implements Serializable { ...@@ -49,7 +49,7 @@ public class Banner implements Serializable {
private Integer isHaveImage; private Integer isHaveImage;
/** /**
* 广告类型: 1:顶部广告 2:底部广告 3:app * 广告类型: 1:顶部广告 2:底部广告 3:App
*/ */
@ApiModelProperty(value = "广告类型: 1:顶部广告 2:底部广告 3:App",name = "type") @ApiModelProperty(value = "广告类型: 1:顶部广告 2:底部广告 3:App",name = "type")
private Integer type; private Integer type;
......
...@@ -195,6 +195,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U ...@@ -195,6 +195,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
} else { } else {
//编辑 //编辑
flag = 2; flag = 2;
scoreInfo.setId(flagStatus.getId());
} }
//4、更新用户信息和保存用户成绩 //4、更新用户信息和保存用户成绩
......
...@@ -47,9 +47,9 @@ public class Common { ...@@ -47,9 +47,9 @@ public class Common {
* 支付宝--pc端支付成功跳转地址 * 支付宝--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";
/*** /***
* 支付宝--手机网页支付成功跳转地址 * 支付宝--手机网页支付成功跳转地址
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment