|
@@ -1005,12 +1005,12 @@ func (this *UserLoginController) CheckUserLdap() {
|
|
|
br.Msg = "操作成功"
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-func (this *UserLoginController) ICPlicense() {
|
|
|
+func (this *UserLoginController) ICPLicense() {
|
|
|
br := new(models.BaseResponse).Init()
|
|
|
defer func() {
|
|
|
if br.ErrMsg == "" {
|
|
@@ -1021,7 +1021,7 @@ func (this *UserLoginController) ICPlicense() {
|
|
|
}()
|
|
|
|
|
|
|
|
|
- item, e := models.GetBusinessConfByKey("ICPlicense")
|
|
|
+ item, e := models.GetBusinessConfByKey("ICPLicense")
|
|
|
if e != nil {
|
|
|
br.Msg = "获取失败"
|
|
|
br.ErrMsg = "获取商家配置失败, Err: " + e.Error()
|