|
@@ -88,6 +88,14 @@ func AddProject(this *biservice.AddProjectReq, addCountLimit int) *biservice.Add
|
|
"district_code": district_code,
|
|
"district_code": district_code,
|
|
"jybxhref": `https://www.jianyu360.cn/article/content/` + util.CommonEncodeArticle("content", infoid) + `.html`,
|
|
"jybxhref": `https://www.jianyu360.cn/article/content/` + util.CommonEncodeArticle("content", infoid) + `.html`,
|
|
})
|
|
})
|
|
|
|
+ } else {
|
|
|
|
+ return &biservice.AddProjectResp{
|
|
|
|
+ ErrorCode: -1,
|
|
|
|
+ ErrorMsg: "未查询到数据",
|
|
|
|
+ Data: &biservice.AddProject{
|
|
|
|
+ Status: 0,
|
|
|
|
+ },
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return &biservice.AddProjectResp{
|
|
return &biservice.AddProjectResp{
|