Application Controller Class
This class object is the super class that every library in CodeIgniter will be assigned to.
$instance : object
Reference to the CI singleton
$data :
__construct() : void
Class constructor
get_instance() : object
Get the CI singleton
orderList()
订单列表
confirmOrder()
确认收货
detail()
订单详情
similarGoods()
相似商品
remindDeliver()
提醒发货
express()
查看物流
customerServiceCate()
售后分类
customerService()
提交售后信息
returnGoodsList()
退货/售后
addexpress()
售后添加物流信息
deleOrder()
删除订单
Loading…