plugin weixin 没有回调,下单成功即成功

This commit is contained in:
李子铭 2024-07-19 09:19:03 +08:00
parent 38f111d4c6
commit 1439143116
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func TestOrder(t *testing.T) {
return
}
fmt.Printf("%+v", got)
assert.Equal(t, int(proto.Status_ING), int(got.Result.Status))
assert.Equal(t, int(proto.Status_SUCCESS), int(got.Result.Status))
})
}