edit-api-liche_update_order

This commit is contained in:
lccsw
2022-03-25 14:37:24 +08:00
parent a9ca75d39b
commit 5bc9ce3d64
7 changed files with 33 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
ini_set("display_errors", "On");//打开错误提示
ini_set("error_reporting",E_ALL);//显示所有错误
//ini_set("display_errors", "On");//打开错误提示
//ini_set("error_reporting",E_ALL);//显示所有错误
defined('BASEPATH') OR exit('No direct script access allowed');
class Welcome extends CI_Controller {