temp
This commit is contained in:
		| @@ -2,6 +2,7 @@ package IVYZ | ||||
|  | ||||
| import ( | ||||
| 	"context" | ||||
| 	"tianyuan-api/pkg/errs" | ||||
|  | ||||
| 	"tianyuan-api/apps/api/internal/svc" | ||||
| 	"tianyuan-api/apps/api/internal/types" | ||||
| @@ -23,7 +24,7 @@ func NewIVYZ9363Logic(ctx context.Context, svcCtx *svc.ServiceContext) *IVYZ9363 | ||||
| 	} | ||||
| } | ||||
|  | ||||
| func (l *IVYZ9363Logic) IVYZ9363(req *types.Request) (resp *types.Response, err error) { | ||||
| func (l *IVYZ9363Logic) IVYZ9363(req *types.Request) (resp *types.Response, err *errs.AppError) { | ||||
| 	// todo: add your logic here and delete this line | ||||
|  | ||||
| 	return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user