wangchuanjin 2 жил өмнө
parent
commit
c651dfdc5e
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      entity/ent.go

+ 1 - 0
entity/ent.go

@@ -338,6 +338,7 @@ func (this *Examine) EntExamine() bool {
 			BuyNum:      1,
 		}
 		resp, err := this.ResourceLib.PowerHandle(context.Background(), req)
+		log.Println("----", this.AccountId, err, resp.Status)
 		//0:失败 1:成功 -1:不在有效期内 -2:数量不足 -3:没有授权
 		if resp.Status == 0 || err != nil {
 			logx.Infof("信息发布开通失败", this.EntId, resp.Status, "err:", err)