6
0
Fork 0

微信服务商

release
panliang 2022-05-11 14:54:02 +08:00
parent 788769fcfc
commit 4cfa8c68c2
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ class WxpayService
$mchId = config('wechat.payment.sub.mch_id');
if ($appId && $mchId) {
$params['sub_openid'] = Arr::pull($params, 'openid');
$app->setSubMerchant($mchId, $appId);
}