mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 22:55:32 +08:00
24 lines
593 B
PHP
24 lines
593 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class ome_aftersale_mapping{
|
||
public static $platname = array(
|
||
'shopex_b2b' => 'shopex',
|
||
'shopex_b2c' => 'shopex',
|
||
'ecos.b2c' => 'shopex',
|
||
'ecos.dzg' => 'shopex',
|
||
'public_b2c'=>'shopex',
|
||
'shopex_fy'=>'shopexfy',
|
||
'shopex_penkrwd'=>'penkrwd',
|
||
'ecos.b2b2c.stdsrc'=>'bbc',
|
||
'ecos.ecshopx' => 'shopex',
|
||
'website_d1m' => 'websited1m',
|
||
'website_v2' => 'website',
|
||
);
|
||
}
|
||
|
||
?>
|