获取小程序码
This commit is contained in:
13
platformapi/weixinapi/wxa_test.go
Normal file
13
platformapi/weixinapi/wxa_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package weixinapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetUnlimited(t *testing.T) {
|
||||
result, err := api.GetUnlimited("a=1", "")
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
sugarLogger.Debug(result)
|
||||
}
|
||||
Reference in New Issue
Block a user