14 lines
188 B
Go
14 lines
188 B
Go
package jdshopapi
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestEnGet(t *testing.T) {
|
|
err := api.EnGet(116925931738)
|
|
if err != nil {
|
|
t.Fatal(err)
|
|
}
|
|
// t.Log(utils.Format4Output(result, false))
|
|
}
|