对数组的参数组装有问题
Closed this issue · 2 comments
Anderson-Lu commented
type Param interface {
// 用于提供访问的 method
APIName() string
// 返回参数列表
Params() map[string]string
}
这里的 map[string]string 会导致biz_content里边的数组变成一个字符串
smartwalle commented
具体是那一个接口的那一个字段