JCQ 2022-04-06

This commit is contained in:
807875765@qq.com
2022-04-06 16:03:29 +08:00
parent 72c0c58e2d
commit 583c9210b5
4 changed files with 80 additions and 2 deletions

View File

@@ -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)
}
}