zltx card test
This commit is contained in:
parent
df6ab029e5
commit
3d85a1f3e5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue