This commit is contained in:
邹宗楠
2023-08-01 13:37:25 +08:00
parent 6fb12ba010
commit 6de62acbc9
3 changed files with 9 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ func TestGetOAuthCode(t *testing.T) {
}
func TestPreparationMealComplete(t *testing.T) {
api.PreparationMealComplete(1100657633926494664)
api.PreparationMealComplete(900658760944919842)
}
func TestGetAccessToken(t *testing.T) {

View File

@@ -19,7 +19,7 @@ func TestOrderViewStatus(t *testing.T) {
}
func TestOrderGetOrderDetail(t *testing.T) {
result, err := api.OrderGetOrderDetail(1100496043552579025, false)
result, err := api.OrderGetOrderDetail(900658760944919842, false)
if err != nil {
t.Fatal(err)
}