mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
调试代码
This commit is contained in:
@ -83,6 +83,11 @@ class Devtest extends Common
|
||||
*/
|
||||
public function OrderAddress()
|
||||
{
|
||||
if(input('pwd') != 'shopxo520')
|
||||
{
|
||||
die('非法访问');
|
||||
}
|
||||
|
||||
// 状态
|
||||
$success = 0;
|
||||
$fail = 0;
|
||||
|
||||
Reference in New Issue
Block a user