plugin weixin 没有回调,下单成功即成功
This commit is contained in:
parent
38f111d4c6
commit
1439143116
|
@ -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))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue