This commit is contained in:
suyl
2021-08-06 10:15:19 +08:00
parent 0a148cdb8a
commit ccc0af75ae
2 changed files with 10 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ func TestPreCreateByShop(t *testing.T) {
}
func TestCheckOrder(t *testing.T) {
_, err := api.CheckOrder("668202", "绍兴市柯桥区安昌镇西扆村濮家农贸市场", 120512730, 30129535, time.Now().Unix())
_, err := api.CheckOrder("66820", "绍兴市柯桥区安昌镇西扆村濮家农贸市场", 120512730, 30129535, time.Now().Unix())
//if err != nil {
// t.Fatal(err)
//}