|
@@ -221,7 +221,7 @@ func UBHandle(in *partnerlib.UserBuyVipRequest) (res *partnerlib.UBVRes, err err
|
|
|
EndDate: date.NowFormat(date.Date_Full_Layout),
|
|
|
Price: docInfo.Price,
|
|
|
PriceVip: docInfo.PriceVip,
|
|
|
- PurchaseType: int(docType), //购买类型:1 币买文档,2 券买文档,3 月大会员,4 季大会员,5 年大会员
|
|
|
+ PurchaseType: 1, //购买类型:1 币买文档,2 券买文档,3 月大会员,4 季大会员,5 年大会员
|
|
|
State: int(in.State), //合作商:1:豆丁
|
|
|
CreateDate: date.NowFormat(date.Date_Full_Layout),
|
|
|
UpdateDate: date.NowFormat(date.Date_Full_Layout),
|