feat: order
This commit is contained in:
26
app/Service/Api/Order/PlaceOrderService.php
Normal file
26
app/Service/Api/Order/PlaceOrderService.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* This service file is part of item.
|
||||
*
|
||||
* @author ctexthuang
|
||||
* @contact ctexthuang@qq.com
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Api\Order;
|
||||
|
||||
use App\Service\Api\BaseService;
|
||||
|
||||
class PlaceOrderService extends BaseService
|
||||
{
|
||||
/**
|
||||
* @var int 1=微信支付 2=支付宝支付 3=余额支付
|
||||
*/
|
||||
private int $type;
|
||||
|
||||
public function handle()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user