🐛 #3664: 【微信支付】修复微信支付分订单接口提示“商户暂无权限使用此服务” 的问题
This commit is contained in:
@@ -230,7 +230,7 @@ public class PayScoreServiceImpl implements PayScoreService {
|
||||
if(Strings.isNullOrEmpty(request.getAppid())){
|
||||
request.setAppid(config.getAppId());
|
||||
}
|
||||
if(Strings.isNullOrEmpty(config.getServiceId())){
|
||||
if(Strings.isNullOrEmpty(request.getServiceId())){
|
||||
request.setServiceId(config.getServiceId());
|
||||
}
|
||||
request.setOutOrderNo(null);
|
||||
|
||||
Reference in New Issue
Block a user