1
0

test card url

This commit is contained in:
2023-08-03 12:32:44 +09:00
parent 6116d5a076
commit 433959a932
12 changed files with 127 additions and 12 deletions

View File

@ -131,6 +131,9 @@ func (h *OgentHandler) UpdateCard(ctx context.Context, req *UpdateCardReq, param
if v, ok := req.Skill.Get(); ok {
b.SetSkill(v)
}
if v, ok := req.URL.Get(); ok {
b.SetURL(v)
}
if v, ok := req.Status.Get(); ok {
b.SetStatus(v)
}