京东商城订单增加

This commit is contained in:
苏尹岚
2020-06-03 11:18:16 +08:00
parent 0e9840fc3c
commit a71f902289
4 changed files with 16 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestEnGet(t *testing.T) {
err := api.EnGet(116925931738)
err := api.OrderShipment(1, "logiCoprId", "logiNo")
if err != nil {
t.Fatal(err)
}