更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -1,31 +1,31 @@
/*
Testing PersonalApiService
Testing PersonalAPIService
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech);
package openapi
package answer_sdk
import (
"context"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
openapiclient "git.ncc.cx/package/openapi-go-answer"
)
func Test_openapi_PersonalApiService(t *testing.T) {
func Test_answer_sdk_PersonalAPIService(t *testing.T) {
configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
t.Run("Test PersonalApiService AnswerApiV1PersonalAnswerPageGet", func(t *testing.T) {
t.Run("Test PersonalAPIService AnswerApiV1PersonalAnswerPageGet", func(t *testing.T) {
t.Skip("skip test") // remove to run test
resp, httpRes, err := apiClient.PersonalApi.AnswerApiV1PersonalAnswerPageGet(context.Background()).Execute()
resp, httpRes, err := apiClient.PersonalAPI.AnswerApiV1PersonalAnswerPageGet(context.Background()).Execute()
require.Nil(t, err)
require.NotNil(t, resp)
@@ -33,11 +33,11 @@ func Test_openapi_PersonalApiService(t *testing.T) {
})
t.Run("Test PersonalApiService PersonalQuestionPageGet", func(t *testing.T) {
t.Run("Test PersonalAPIService PersonalQuestionPageGet", func(t *testing.T) {
t.Skip("skip test") // remove to run test
resp, httpRes, err := apiClient.PersonalApi.PersonalQuestionPageGet(context.Background()).Execute()
resp, httpRes, err := apiClient.PersonalAPI.PersonalQuestionPageGet(context.Background()).Execute()
require.Nil(t, err)
require.NotNil(t, resp)