Files
OMS/app/ome/lib/service/order/edit.php
2025-12-28 23:13:25 +08:00

18 lines
373 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
class ome_service_order_edit{
/*
* 获取订单编辑的商品类型配置列表
* @return array conf
*/
public function config_list(){
return kernel::single("ome_order_edit")->get_config_list();
}
}