|
@@ -50,11 +50,13 @@ int orderTypeCommodity = 0; //商品
|
|
|
int orderTypeAnnualFee = 1; //平台年费
|
|
int orderTypeAnnualFee = 1; //平台年费
|
|
|
int orderTypeVirtualProduct = 2; //虚拟物品
|
|
int orderTypeVirtualProduct = 2; //虚拟物品
|
|
|
int orderTypeThirdPlatform = 3; //第三方平台订单
|
|
int orderTypeThirdPlatform = 3; //第三方平台订单
|
|
|
-int orderTypeOfflineTransfer = 4; //线下付款
|
|
|
|
|
|
|
+int orderTypeOfflineTransfer = 4; //到店付款
|
|
|
int orderTypeAdvertise = 5; //平台广告
|
|
int orderTypeAdvertise = 5; //平台广告
|
|
|
int orderTypeGoldenShopUID = 6; //店铺靓号订单
|
|
int orderTypeGoldenShopUID = 6; //店铺靓号订单
|
|
|
-int orderTypeOfflinePay = 7; //线下收款
|
|
|
|
|
-int orderTypeScancodeAilyPay = 8; //支付宝扫描支付订单
|
|
|
|
|
|
|
+int orderTypeOfflinePay = 7; //线下BBY扫描创建的订单
|
|
|
|
|
+int orderTypeShopOwnerCreated = 9; //店主发起收款订单
|
|
|
|
|
+int orderTypeScancodeAilyPay = 8; //支付宝或微信扫码支付创建的订单
|
|
|
|
|
+int orderTypeUserLevel = 50; //购买会员等级订单1
|
|
|
|
|
|
|
|
//UiD长度
|
|
//UiD长度
|
|
|
int userUIDLen = 8;
|
|
int userUIDLen = 8;
|