This commit is contained in:
苏尹岚
2020-11-11 11:17:55 +08:00
parent 44808f6b0f
commit 6c8d05e3c2
9 changed files with 60 additions and 19 deletions

View File

@@ -128,7 +128,7 @@ func TestOrderQuery2(t *testing.T) {
}
func TestGetByOrderNoForOaos(t *testing.T) {
orderList, err := api.GetByOrderNoForOaos("921235438000341")
orderList, err := api.GetByOrderNoForOaos("2027170805000062")
t.Log(utils.Format4Output(orderList, false))
if err != nil {
t.Fatal(err.Error())
@@ -136,7 +136,7 @@ func TestGetByOrderNoForOaos(t *testing.T) {
}
func TestGetByOrderNoForOaosNew(t *testing.T) {
orderList, err := api.GetByOrderNoForOaosNew("921235438000341")
orderList, err := api.GetByOrderNoForOaosNew("2027170805000062")
t.Log(utils.Format4Output(orderList, false))
if err != nil {
t.Fatal(err.Error())
@@ -144,7 +144,7 @@ func TestGetByOrderNoForOaosNew(t *testing.T) {
}
func TestCheckSelfPickCode(t *testing.T) {
err := api.CheckSelfPickCode("020606", "921235438000341", "test")
err := api.CheckSelfPickCode("135246", "2027170805000062", "jxadmin")
if err != nil {
t.Fatal(err.Error())
}