京东商城商品修改
This commit is contained in:
13
platformapi/jdshopapi/order_test.go
Normal file
13
platformapi/jdshopapi/order_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package jdshopapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestEnGet(t *testing.T) {
|
||||
err := api.EnGet(116889545275)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
Reference in New Issue
Block a user