21 lines
317 B
PHP
Executable File
21 lines
317 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ORICO
|
|
* Date: 2018-12-19
|
|
* Time: 16:57
|
|
*/
|
|
|
|
namespace app\admin\controller;
|
|
|
|
use think\Lang;
|
|
use think\Loader;
|
|
use think\Config;
|
|
use think\Db;
|
|
|
|
class ProductCont extends BaseController
|
|
{
|
|
public function index(){
|
|
print_r($_POST);die;
|
|
}
|
|
} |