|
@@ -920,12 +920,12 @@ func (this *UserLoginController) AreaCodeList() {
|
|
|
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 == "" {
|
|
@@ -936,7 +936,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()
|