|
@@ -553,7 +553,7 @@ func (this *CheckEnt) Info() *EntInfoData {
|
|
|
if r != nil && len(*r) > 0 {
|
|
|
data := (*r)[0]
|
|
|
license := common.ObjToString(data["license"]) //老企业认证只传了后缀,需要拼接
|
|
|
- if !strings.Contains(license, "http") {
|
|
|
+ if license != "" && !strings.Contains(license, "http") {
|
|
|
license = this.Url + license
|
|
|
}
|
|
|
submitTime := common.ObjToString(data["craetetime"])
|