wangchuanjin 1 vuosi sitten
vanhempi
commit
fc75947200
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      openPower/openPower.go

+ 1 - 1
openPower/openPower.go

@@ -204,13 +204,13 @@ func main() {
 					Appid:       appid,
 					GoodsCode:   goodsCode,
 					GoodsSpecId: goodsSpecId,
-					EntId:       0,
 					BuyNum:      1,
 					Type:        1,
 					EndTime:     endTime,
 				}
 				if *openWay == 2 {
 					powerReq.EntAccountId = identity.EntAccountId
+					powerReq.EntId = identity.EntId
 				} else {
 					powerReq.AccountId = identity.AccountId
 				}