|
@ -65,6 +65,7 @@ public class MatrixAppConfigService { |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppSecret), "AppSecret不能为空(阿里云后台获取)"); |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppSecret), "AppSecret不能为空(阿里云后台获取)"); |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppKeyAli), "AppKey不能为空(阿里云后台获取)"); |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppKeyAli), "AppKey不能为空(阿里云后台获取)"); |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppCode), "AppCode不能为空(阿里云后台获取)"); |
|
|
Assert.isTrue(StringUtils.hasText(configBo.umengAppCode), "AppCode不能为空(阿里云后台获取)"); |
|
|
|
|
|
Assert.isTrue(StringUtils.hasText(configBo.linkId), "linkId不能为空(友盟后台获取)"); |
|
|
String str = gson.toJson(configBo); |
|
|
String str = gson.toJson(configBo); |
|
|
MatrixApp app = appMapper.queryByCode(appCode); |
|
|
MatrixApp app = appMapper.queryByCode(appCode); |
|
|
app.setUmeng(str); |
|
|
app.setUmeng(str); |
|
|