收藏
回答

wx.requestVirtualPayment(Object object)一直显示签名失败?

String postBody = String.format(
        "{\"offerId\":\"%s\",\"buyQuantity\":%d,\"env\":%d,\"currencyType\":\"%s\",\"productId\":\"%s\",\"goodsPrice\":%d,\"outTradeNo\":\"%s\",\"attach\":\"%s\"}",
        properties.getOfferId(),
        buyQuantity,
        properties.getEnvValue(),
        "CNY",
        productId,
        total_fee,
        outTradeNo,
        accountId.toString()
);
回答关注问题邀请回答
收藏

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    13小时前
    有用
登录 后发表内容