获取微信小程序码接口修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user