alipay icon indicating copy to clipboard operation
alipay copied to clipboard

对数组的参数组装有问题

Open Anderson-Lu opened this issue 4 years ago • 2 comments

type Param interface { // 用于提供访问的 method APIName() string

// 返回参数列表
Params() map[string]string

}

这里的 map[string]string 会导致biz_content里边的数组变成一个字符串

Anderson-Lu avatar Oct 11 '19 02:10 Anderson-Lu

具体是那一个接口的那一个字段

smartwalle avatar Oct 11 '19 06:10 smartwalle

应该也是我提的那个 issue 类似, https://github.com/smartwalle/alipay/issues/120 ExtendParams 是其中一个, 朋友也说一下你发现的是那个字段

shoaly avatar Aug 10 '20 01:08 shoaly