zltx card test

This commit is contained in:
李子铭 2024-10-08 18:30:55 +08:00
parent df6ab029e5
commit 3d85a1f3e5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func TestNotify(t *testing.T) {
Config: config(),
Queries: nil,
Headers: nil,
Body: []byte(`{"merchantId":10, "outTradeNo":"123", "rechargeAccount":"1866666666", "status":"01", "sign":"sign"}`),
Body: []byte(`{"merchantId":23329,"outTradeNo":"202410081741521448720005","status":"01","sign":"6AE0A09FA40CFE34280615DFA80C6E22"}`),
}
t.Run("TestNotify", func(t *testing.T) {
got, err := zltx.Notify(context.Background(), in)