You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/libs/const/class.GoodsWhiteBgImgConst.php

28 lines
655 B
PHP

<?php
class GoodsWhiteBgImgConst {
const maxQueueCount = 500;
const whiteBgImgSignNone = 0;
const whiteBgImgSignManual = 1;
const whiteBgImgSignAuto = 2;
const setWhiteBgImgTypeUseColorImg = 'useColorImg';
const setWhiteBgImgTypeUseTransparentImg = 'useTransparentImg';
const setWhiteBgImgTypeCutFirstColorImg = 'cutFirstColorImg';
const processQueueCodeSkip = 'skip';
const materialTypeWhiteBgImg = 1;
const whiteBgImgUseCarouselIndex = [
1 => '第1张',
2 => '第2张',
3 => '第3张',
4 => '第4张',
5 => '第5张',
6 => '第6张',
7 => '第7张',
8 => '第8张',
9 => '第9张',
];
}