plugin alipay cpn notify over

This commit is contained in:
李子铭 2024-07-12 15:05:16 +08:00
parent 4aaef1ed12
commit 4b8d7edefe
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ func TestNotify(t *testing.T) {
return return
} }
fmt.Printf("TestNotify : %+v \n", got) fmt.Printf("TestNotify : %+v \n", got)
//assert.Equal(t, int(proto.Status_SUCCESS), int(got.Result.Status)) assert.Equal(t, int(proto.Status_SUCCESS), int(got.Result.Status))
}) })
} }