|
@@ -64,6 +64,7 @@ func (this *ResourcePack) ConsumePack() {
|
|
|
resResp := config.Middleground.ResourceCenter.Haspowers(qutil.Int64All(this.GetSession("accountId")), qutil.Int64All(this.GetSession("entAccountId")),
|
|
|
qutil.Int64All(this.GetString("entId")), qutil.Int64All(this.GetSession("entUserId")))
|
|
|
if resResp != nil && strings.Contains(strings.Join(resResp.Powers, ","), "bi_yx_topnet") {
|
|
|
+ log.Println("拓普查询--", resResp.Powers)
|
|
|
productName = "拓普情报权益"
|
|
|
}
|
|
|
log.Println(infoType, "----", remarks)
|