|
@@ -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)
|