为了账号安全,请及时绑定邮箱和手机立即绑定

使用来自 rest.response 的值

使用来自 rest.response 的值

Go
幕布斯6054654 2022-05-05 17:45:21
我收到一个函数返回的 rest.Response 并希望使用两个返回字段将自定义数据发送到另一个服务。var reply email.SendTemplateResponseBody    response, err := s.DynamicTemplateEmail(request)    if err != nil {        reply = email.SendTemplateResponseBody{                Status: int32(response.StatusCode),                Message: "It didn't work",            }    } else {        reply = email.SendTemplateResponseBody{                Status:  int32(response.StatusCode),                Message: "It worked!",            }        }我在字段上使用验证,所以想从正文中获取返回的错误并在上面的代码中使用它。响应':{StatusCode:400 Body:{"errors":[{"message":"The from object must be provided for every email send. It is an object that requires the email parameter, but may also contain a name parameter.  e.g. {\"email\" : \"example@example.com\"} 这可以在不解组的情况下完成吗?如果是这样,这是正确的方法吗?
查看完整描述

1 回答

?
沧海一幻觉

TA贡献1824条经验 获得超5个赞

这可以在不解组的情况下完成吗?

不。


查看完整回答
反对 回复 2022-05-05
  • 1 回答
  • 0 关注
  • 92 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信