修改错误代码

This commit is contained in:
lyb
2018-08-09 18:47:36 +08:00
parent f281f4e7ab
commit a873eb5a06
3 changed files with 20 additions and 29 deletions

View File

@@ -33,3 +33,10 @@ func TestSwitch2SelfDeliver(t *testing.T) {
t.Fatal(err.Error())
}
}
func Test_GetOrder(t *testing.T) {
_, err := new(OrderController).GetOrder("815536199000222")
if err != nil {
panic(err.Error())
}
}