阶段性更新,没有实质性的功能
This commit is contained in:
30
packages/unionpay/src/Contracts/CouponContracts.php
Normal file
30
packages/unionpay/src/Contracts/CouponContracts.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
namespace XuanChen\Coupon\Contracts;
|
||||
|
||||
interface CouponContracts
|
||||
{
|
||||
|
||||
//发券接口
|
||||
function grant();
|
||||
|
||||
/**
|
||||
* Notes: 查询卡券详情
|
||||
* @Author: 玄尘
|
||||
* @Date : 2020/6/29 15:15
|
||||
* @return mixed
|
||||
*/
|
||||
function detail();
|
||||
|
||||
//作废接口
|
||||
function destroy();
|
||||
|
||||
/**
|
||||
* Notes: 核销执行入口
|
||||
* @Author: 玄尘
|
||||
* @Date : 2020/6/29 14:49
|
||||
* @return mixed
|
||||
*/
|
||||
function start();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user