Showing
1 changed file
with
4 additions
and
4 deletions
@@ -22,28 +22,28 @@ public class AppraiseExpressStageBuilder { | @@ -22,28 +22,28 @@ public class AppraiseExpressStageBuilder { | ||
22 | * | 22 | * |
23 | * 1卖家发货 == 2平台鉴定 点亮1 | 23 | * 1卖家发货 == 2平台鉴定 点亮1 |
24 | */ | 24 | */ |
25 | - private static final int DEPOSIT_USER_DELIVERY = 1; | 25 | + private static final int DEPOSIT_USER_DELIVERY = 10; |
26 | 26 | ||
27 | /** | 27 | /** |
28 | * 平台确认收货 | 28 | * 平台确认收货 |
29 | * | 29 | * |
30 | * 1卖家发货 == 2平台鉴定 点亮1 | 30 | * 1卖家发货 == 2平台鉴定 点亮1 |
31 | */ | 31 | */ |
32 | - private static final int DEPOSIT_PLATFORM_RECEIPT = 2; | 32 | + private static final int DEPOSIT_PLATFORM_RECEIPT = 11; |
33 | 33 | ||
34 | /** | 34 | /** |
35 | * 平台发货 | 35 | * 平台发货 |
36 | * | 36 | * |
37 | * 1平台发货 == 2交易成功 点亮1 | 37 | * 1平台发货 == 2交易成功 点亮1 |
38 | */ | 38 | */ |
39 | - private static final int DEPOSIT_PLATFORM_DELIVER = 3; | 39 | + private static final int DEPOSIT_PLATFORM_DELIVER = 12; |
40 | 40 | ||
41 | /** | 41 | /** |
42 | * 7天自动确认收货 | 42 | * 7天自动确认收货 |
43 | * | 43 | * |
44 | * 1平台发货 == 2交易成功 点亮2 | 44 | * 1平台发货 == 2交易成功 点亮2 |
45 | */ | 45 | */ |
46 | - private static final int AUTO_CONFIRM_RECEIPT = 4; | 46 | + private static final int AUTO_CONFIRM_RECEIPT = 13; |
47 | 47 | ||
48 | 48 | ||
49 | final AppraiseOrder appraiseOrder; | 49 | final AppraiseOrder appraiseOrder; |
-
Please register or login to post a comment