mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Order.php
This commit is contained in:
parent
994a15e721
commit
fa64e78fe1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user