Browse Source

更新

tags/v1.6.1^2
huangjiajun 1 year ago
parent
commit
d7fc1bd069
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/local_wechat/api.go

+ 1
- 1
lib/local_wechat/api.go View File

@@ -143,7 +143,7 @@ func TradePcPay(client *wechat.Client, subject, orderID, amount, notifyUrl, prod
return nil, err
}
r := map[string]string{
"code_url": wxRsp.CodeUrl,
"payQrcode": wxRsp.CodeUrl,
}
return r, nil
}


Loading…
Cancel
Save