<?php return [ //0:自营 1:联营 2:专卖 'GoodsStatusName' => [ 0 => '自营', 1 => '联营', 2 => '专卖', ], 'GoodsStatus' => [ 1 => '上架', 3 => '下架', ], //sku列表用 'SkuStatus' => [ 0 => '审核中', 1 => '上架', 2 => '审核不通过', 3 => '下架', 4 => '删除' ], 'SKU' => [ 'spu_id' => 1, 'encoded' => 1, 'moq' => 1, 'mpq' => 1, 'old_goods_id' => 1, 'goods_type' => 1, 'goods_status' => 1, 'batch_sn' => 1, 'stock' => 1, 'hk_delivery_time' => 1, 'cn_delivery_time' => 1, 'ladder_price' => 1, 'update_time' => 1, 'goods_images' => 1, 'canal' => 1, 'supplier_id' => 1, 'cp_time' => 1, ], //1 国内现货,2国际现货, 3 猎芯期货 'SkuGoodsLabel' => [ 1 => '国内现货', 2 => '国际现货', 3 => '猎芯期货', ], //SKU 标签 'SkuTag' => [ 1 => '优选', 2 => '认证', ], //SKU 模式 'SkuMode' => [ 1 => '原厂直供', 2 => '国内现货', 3 => '国际现货', 4 => '猎芯期货', 5 => '海外代购', 6 => '线下现货', 7 => '猎芯自营', ], 'SupplierAccountType' => [ 0 => '其它', 1 => '云芯商家' ], 'AttachmentFields' => [ 'business_license', 'billing_information', 'registration_certificate', 'incorporation_certificate', 'certification_notice', 'supplier_survey', 'proxy_certificate', 'quality_assurance_agreement', 'confidentiality_agreement', 'cooperation_agreement', 'other_attachment', ], //-2是复审不通过,-1是初审不通过,0是待审核,1是待复审,2是复审通过 'SupplierShareApplyStatus' => [ -2 => '复审不通过', -1 => '初审不通过', 0 => '审核中', 1 => '待复审', 2 => '复审通过' ], 'ZiYingDepartmentId' => 51, //60是本地的数据 'LiangYingDepartmentIds' => [47, 60, 72] ];