edit-api-protocol

This commit is contained in:
lccsw
2021-07-29 09:20:54 +08:00
parent a01db70358
commit 2efb61ff40
+2 -2
View File
@@ -9,8 +9,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
*/
class Protocol extends CI_Controller{
public function __construct($inputs, $app_key){
parent::__construct($inputs, $app_key);
public function __construct(){
parent::__construct();
$this->load->model('receiver/order/receiver_orders_model','orders_model');
$this->load->model('receiver/order/receiver_order_contracts_model','contracts_model');
$this->load->model('receiver/order/receiver_order_agents_model','agents_model');