You've already forked guangan
Compare commits
1 Commits
940fa02adf
...
master
Author | SHA1 | Date | |
---|---|---|---|
cf82c49df6 |
@ -17,6 +17,10 @@ use think\db\Query;
|
||||
*/
|
||||
class Goods extends Controller
|
||||
{
|
||||
public function enable()
|
||||
{
|
||||
$this->success("状态获取成功", false);
|
||||
}
|
||||
/**
|
||||
* 获取商品列表或详情
|
||||
* @return void
|
||||
|
Reference in New Issue
Block a user