相关sdk验证代码
/**
* 作用:统一下单<br>
* 场景:公共号支付、扫码支付、APP支付
* @param reqData 向wxpay post的请求数据
* @return API返回数据
* @throws Exception
*/
public Map<String, String> unifiedOrder(Map<String, String> reqData) throws Exception {
return this.unifiedOrder(reqData, config.getHttpConnectTimeoutMs(), this.config.getHttpReadTimeoutMs());
}
调研微信支付接口,一直提示 该产品权限未开通,请前往商户平台>产品中心检查后重试
请问是需要等变成已开通才可以使用吗?
具体以商户号申请结果为准,具体可以访问pay.weixin.qq.com进行查询