first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2020/4/17
|
||||
* Time: 17:38
|
||||
*/
|
||||
|
||||
namespace app\api\controller;
|
||||
|
||||
|
||||
class Product extends BaseController
|
||||
{
|
||||
/*
|
||||
* 返回商品价格
|
||||
* */
|
||||
public function getProductPrice(){
|
||||
$result = config('product.vipType');
|
||||
return api_return("ok",$result);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user