|
@@ -1,5 +1,8 @@
|
|
<?php
|
|
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
+/**
|
|
|
|
+ * 本类是为了让商城网站可以查询快递轨迹开发出来的 后期可能会增加其他功能 对外的
|
|
|
|
+ */
|
|
class Apiexpress extends Start_Controller {
|
|
class Apiexpress extends Start_Controller {
|
|
public function __construct(){
|
|
public function __construct(){
|
|
parent::__construct();
|
|
parent::__construct();
|