去掉opAppid参数
This commit is contained in:
@ -81,7 +81,7 @@ public class AlipayServiceImpl implements AlipayService {
|
|||||||
// 设置买家支付宝用户唯一标识
|
// 设置买家支付宝用户唯一标识
|
||||||
model.setBuyerOpenId(alipayCreateRequest.getOpenId());
|
model.setBuyerOpenId(alipayCreateRequest.getOpenId());
|
||||||
|
|
||||||
model.setOpAppId(alipayConf.getCompanyAppid(alipayCreateRequest.getCompanyId()));
|
// model.setOpAppId(alipayConf.getCompanyAppid(alipayCreateRequest.getCompanyId()));
|
||||||
|
|
||||||
// 设置产品码
|
// 设置产品码
|
||||||
model.setProductCode("JSAPI_PAY");
|
model.setProductCode("JSAPI_PAY");
|
||||||
|
|||||||
Reference in New Issue
Block a user