|
|
@@ -27,6 +27,7 @@ func CreateFlowsByTemplates(agent *essbasic.Agent, flowInfos []*essbasic.FlowInf
|
|
|
response, err = utils.TencentESSClient.CreateFlowsByTemplates(request)
|
|
|
if _, ok := err.(*errors.TencentCloudSDKError); ok {
|
|
|
logger.GetLogger().Errorf("CreateFlowsByTemplates failed: %s", err.Error())
|
|
|
+ err = fmt.Errorf("电子签请求失败")
|
|
|
return
|
|
|
}
|
|
|
if *response.Response.ErrorMessages[0] != "" {
|