|
@@ -1,6 +1,7 @@
|
|
package logic
|
|
package logic
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
+ "app.yhyue.com/moapp/jybase/common"
|
|
"context"
|
|
"context"
|
|
"jyBXCore/rpc/type/bxcore"
|
|
"jyBXCore/rpc/type/bxcore"
|
|
"net/http"
|
|
"net/http"
|
|
@@ -28,6 +29,7 @@ func NewParticipateContentLogic(ctx context.Context, svcCtx *svc.ServiceContext,
|
|
}
|
|
}
|
|
|
|
|
|
func (l *ParticipateContentLogic) ParticipateContent(req *types.ParticipateContentReq) (resp *types.CommonResp, err error) {
|
|
func (l *ParticipateContentLogic) ParticipateContent(req *types.ParticipateContentReq) (resp *types.CommonResp, err error) {
|
|
|
|
+ defer common.Catch()
|
|
res, err := l.svcCtx.BxCore.ParticipateContent(l.ctx, &bxcore.ParticipateContentReq{
|
|
res, err := l.svcCtx.BxCore.ParticipateContent(l.ctx, &bxcore.ParticipateContentReq{
|
|
EntId: req.EntId,
|
|
EntId: req.EntId,
|
|
EntUserId: req.EntUserId,
|
|
EntUserId: req.EntUserId,
|