Commit 70431c06 authored by clone's avatar clone

优惠券

parent 4a86ba1e
<?php
namespace app\api\controller;
use app\api\extend\Basic;
use think\Request;
/**
* Created by PhpStorm.
* User: zw
* Date: 2019/3/11
* Time: 10:17
*/
class Coupon extends Basic{
public function __construct(Request $request = null)
{
parent::__construct($request);
}
}
\ No newline at end of file
<?php
namespace app\api\service;
/**
* Created by PhpStorm.
* User: zw
* Date: 2019/3/11
* Time: 10:18
*/
class CouponService{
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment