<?php namespace app\index\controller; class base { const admin_url = '192.168.1.200:8080/index.php'; const path_check_order = '/index/order/check_rcode'; protected function request($params) { } }