JCQ 2022-04-06
This commit is contained in:
@@ -25,3 +25,11 @@ func init() {
|
||||
func TestConsumeInfo(t *testing.T) {
|
||||
fmt.Println(utils.Str2Float64("2.60"))
|
||||
}
|
||||
|
||||
func TestAPI_ConsumeInfo2(t *testing.T) {
|
||||
result, _ := api.ConsumeInfo2("open_message_pop_order_create_E1D746D42474D5F1F1A10CECE75D99F6", "open_message_573819178445", 32)
|
||||
for _, val := range result {
|
||||
fmt.Println("")
|
||||
fmt.Println(val.MessageBody)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user