We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client :=eas.NewClientWithAccessKey(AkInfo.Region, AkInfo.AccessKeyID, AkInfo.AccessKeySecret) client.SetEndpointRules(map[string]string{"cn-beijing": "pai-eas.cn-beijing.aliyuncs.com"}, paistudio.GetEndpointType(), "") request := eas.CreateModifyServiceRequest() request.Region = ResponseBody.Region request.ServiceName = ResponseBody.ServiceName client.ModifyService(request);
/Users/Shinku/go/go1.17.1/pkg/mod/github.com/aliyun/[email protected]/sdk/errors/server_error.go
result.errorCode = errorCode.(string)会panic 因为此时errorCode为float64
panic: interface conversion: interface {} is float64, not string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/Users/Shinku/go/go1.17.1/pkg/mod/github.com/aliyun/[email protected]/sdk/errors/server_error.go
result.errorCode = errorCode.(string)会panic
因为此时errorCode为float64
panic: interface conversion: interface {} is float64, not string
The text was updated successfully, but these errors were encountered: