1
This commit is contained in:
@@ -48,7 +48,6 @@ func (a *API) UploadInvoice(orderId, invoiceUrl, invoiceId, taskId string) (err
|
||||
for _, v := range resp.(map[string]interface{})["error_list"].([]interface{}) {
|
||||
errMsg = append(errMsg, v.(map[string]interface{})["msg"].(string))
|
||||
}
|
||||
|
||||
}
|
||||
return fmt.Errorf("%s", strings.Join(errMsg, ","))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user