feat: 初次启动
This commit is contained in:
@@ -23,8 +23,8 @@ func NewUpdateChannelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Upd
|
||||
}
|
||||
}
|
||||
|
||||
func (l *UpdateChannelLogic) UpdateChannel(in *radio.UpdateChannelReq) (*radio.UpdateChannelResp, error) {
|
||||
func (l *UpdateChannelLogic) UpdateChannel(in *radio.UpdateChannelReq) (*radio.CommonResp, error) {
|
||||
// todo: add your logic here and delete this line
|
||||
|
||||
return &radio.UpdateChannelResp{}, nil
|
||||
return &radio.CommonResp{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user