From 13fa69a963bbbfd6a0303672ed79e719c57a1742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 24 Feb 2020 13:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=BE=AE=E4=BF=A1=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=A0=81=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/weixinapi/wxa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/weixinapi/wxa.go b/platformapi/weixinapi/wxa.go index 7ed9fbb4..93f054d9 100644 --- a/platformapi/weixinapi/wxa.go +++ b/platformapi/weixinapi/wxa.go @@ -5,7 +5,7 @@ import ( ) //获取小程序码 -func (a *API) GetUnlimited(scene, page string) (results interface{}, err error) { +func (a *API) GetUnlimited(scene, page string) (results map[string]interface{}, err error) { params := map[string]interface{}{ "scene": scene, "page": page,