|
@@ -2,6 +2,7 @@ package logic
|
|
|
|
|
|
import (
|
|
|
"context"
|
|
|
+ "net/http"
|
|
|
|
|
|
"jyBXCore/api/internal/svc"
|
|
|
"jyBXCore/api/internal/types"
|
|
@@ -26,7 +27,7 @@ func NewParticipateSetUpInfoLogic(ctx context.Context, svcCtx *svc.ServiceContex
|
|
|
}
|
|
|
|
|
|
func (l *ParticipateSetUpInfoLogic) ParticipateSetUpInfo(req *types.ParticipateSetUpInfoReq) (resp *types.CommonResp, err error) {
|
|
|
- // todo: add your logic here and delete this line
|
|
|
+ logx.Info(req)
|
|
|
|
|
|
return
|
|
|
}
|