---jd shop

This commit is contained in:
rosydev
2022-01-27 14:28:03 +08:00
parent 9e8c2f96b6
commit 60560c2a7d
8 changed files with 135 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
package test
import (
"fmt"
"path/filepath"
"runtime"
"testing"
@@ -19,6 +20,8 @@ func init() {
// TestGet is a sample to run an endpoint test
func TestGet(t *testing.T) {
fmt.Print("测试中\n")
fmt.Print("测试中1")
//r, _ := http.NewRequest("GET", "/v1/object", nil)
//w := httptest.NewRecorder()
//beego.BeeApp.Handlers.ServeHTTP(w, r)