|
@@ -1005,12 +1005,12 @@ func (this *UserLoginController) CheckUserLdap() {
|
|
|
br.Msg = "操作成功"
|
|
|
}
|
|
|
|
|
|
-// ICPlicense
|
|
|
+// ICPLicense
|
|
|
// @Title icp备案信息
|
|
|
// @Description icp备案信息
|
|
|
// @Success 200 Ret=200 获取成功
|
|
|
// @router /icp_license [get]
|
|
|
-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()
|