- ebai callback.
This commit is contained in:
16
platformapi/ebaiapi/order_test.go
Normal file
16
platformapi/ebaiapi/order_test.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package ebaiapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestOrderGet(t *testing.T) {
|
||||
result, err := api.OrderGet("15380342248732")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user