jcq消费消息
This commit is contained in:
@@ -29,3 +29,19 @@ func TestGetOrder(t *testing.T) {
|
||||
}
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestVoucherInfoGet(t *testing.T) {
|
||||
result, err := api.VoucherInfoGet()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestKeyGet(t *testing.T) {
|
||||
result, err := api.KeyGet()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user