Skip to content

微信支付 APP统一下单接口v3,缺少sign参数 #2216

Description

@evanweng666

简要描述

微信支付 APP统一下单接口v3,缺少sign参数

模块版本情况

  • WxJava 模块名: weixin-java-pay
  • WxJava 版本号: 4.1.0

详细描述

WxPayUnifiedOrderV3Result.getPayInfo构建APP支付信息时没有签名
官方文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_4.shtml
签名示例:SignUtils.sign(String.format("%s\n%s\n%s\n%s\n", appid, timestamp, noncestr, prepayid), wxPayService.getConfig().getPrivateKey())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions