|
|
@@ -589,6 +589,10 @@ public class CmsAccountController {
|
|
|
at.setExpiryTime(DateUtil.offsetMonth(at.getStartTime(), 1));
|
|
|
}
|
|
|
at.setRemark(data.getRemark());
|
|
|
+ //双重认证密钥
|
|
|
+ if (StrUtil.isNotBlank(data.getApiSecret())) {
|
|
|
+ at.setApiSecret(data.getApiSecret());
|
|
|
+ }
|
|
|
accountService.save(at);
|
|
|
if (at.getSkuId() != null) {
|
|
|
//自动配置车队
|