|
@@ -93,7 +93,7 @@ func (this *Analysis) ForPList() {
|
|
|
if pageNum == 1 {
|
|
|
if (*o_member_jy)["a_items"] != nil {
|
|
|
a_items := qutil.ObjArrToMapArr((*o_member_jy)["a_items"].([]interface{}))
|
|
|
- if len(a_items) == 0 {
|
|
|
+ if len(a_items) == 0 || a_items[0]["a_key"] == nil || len(a_items[0]["a_key"].([]interface{})) == 0 {
|
|
|
msg = "暂无设置订阅关键词,无法进行预测"
|
|
|
code = 1
|
|
|
} else if (list == nil || len(list) == 0) && len(flist) == 0 {
|