收藏
回答

支付回调验签 requestBody 是什么

// 构造 RequestParam
RequestParam requestParam = new RequestParam.Builder()
        .serialNumber(wechatPaySerial)
        .nonce(wechatpayNonce)
        .signature(wechatSignature)
        .timestamp(wechatTimestamp)
        .body(requestBody)
        .build();
其中的 requestBody 是什么


最后一次编辑于  06-07
回答关注问题邀请回答
收藏
登录 后发表内容