APP支付-商家订单参数异常
Closed this issue · 6 comments
venuses commented
smartwalle commented
我没有 APP 环境,你这边方便调试一下吗
venuses commented
找到问题了,多了一个签名参数 app_auth_token 导致签名错误
func (this TradeAppPay) Params() map[string]string {
var m = make(map[string]string)
// m["app_auth_token"] = this.AppAuthToken // 不需要传递此参数
m["notify_url"] = this.NotifyURL
return m
}
smartwalle commented
你用的是那一个版本,这个参数我是有过滤掉空值的。
Line 235 in dbf8ba4
venuses commented
smartwalle commented
我重新提交了 3.1.2 版本,更新一下就好了