Update Order.php

This commit is contained in:
邹景立 2021-03-16 10:08:21 +08:00
parent 994a15e721
commit fa64e78fe1

View File

@ -108,6 +108,7 @@ class Order extends Auth
// 商品信息字段
'goods_name' => $goodsInfo['name'],
'goods_cover' => $goodsInfo['cover'],
'goods_payment' => $goodsInfo['payment'],
'goods_sku' => $goodsItem['goods_sku'],
'goods_code' => $goodsItem['goods_code'],
'goods_spec' => $goodsItem['goods_spec'],
@ -273,6 +274,14 @@ class Order extends Auth
}
}
public function channel()
{
$data = $this->_vali([
'uid.value' => $this->uuid,
'order_no.require' => '单号不能为空',
]);
}
/**
* 获取订单支付状态
* @throws \think\db\exception\DataNotFoundException