扫码支付设置默认

This commit is contained in:
codeliu 2024-03-22 17:53:17 +08:00
parent 09b800960e
commit bb1ac57e0c

View File

@ -905,6 +905,8 @@ class StoreOrderCreateRepository extends StoreOrderRepository
if($remarkMoney){
$ownRemark = 2;//订单类型为2
}
$post['real_name'] = $post['real_name']??'';
$post['phone'] = $post['phone']??'';
$uid = $user->uid;
// $orderInfo = $this->v2CartIdByOrderInfo($user, $cartId, $takes, $useCoupon, $useIntegral, $addressId, true);