|
@@ -155,8 +155,8 @@ func (userDoc *UserDoc) DocBuy() {
|
|
|
// 精品文档
|
|
|
docPoint = docInfo.DocMemberPrice // 会员价
|
|
|
}
|
|
|
- case public.PayTypeFullPrice:
|
|
|
- docPoint = docInfo.Price
|
|
|
+ //case public.PayTypeFullPrice:
|
|
|
+ // docPoint = docInfo.Price
|
|
|
default:
|
|
|
return nil, errors.New("payType类型不匹配")
|
|
|
}
|