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