@conecli/cone-render 0.10.1-shop3.4 → 0.10.1-shop3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export const HttpStatus = {
2
1
  SUCCESS: 200,
3
2
  CREATED: 201,
4
3
  ACCEPTED: 202,
5
4
  CLIENT_ERROR: 400,
6
5
  AUTHENTICATE: 401,
7
6
  FORBIDDEN: 403,
8
7
  NOT_FOUND: 404,
9
8
  SERVER_ERROR: 500,
10
9
  BAD_GATEWAY: 502,
11
10
  SERVICE_UNAVAILABLE: 503,
12
11
  GATEWAY_TIMEOUT: 504,
13
12
  [HttpStatus.NOT_FOUND]: '请求资源不存在',
14
13
  [HttpStatus.BAD_GATEWAY]: '服务端异常,请稍后重试',
15
14
  [HttpStatus.FORBIDDEN]: '没有权限访问',
16
15
  [HttpStatus.AUTHENTICATE]: '需要鉴权',
17
16
  [HttpStatus.SUCCESS]: '成功',
18
17
  'whx_getShopHomeFloorInfo',
19
18
  'whx_searchWare',
20
19
  'shopGuessYouLike',
21
20
  'whx_getMShopCategory',
22
21
  'whx_newWareList',
23
22
  'getShopHomePromotionWebPage',
24
23
  'whx_getShopCampaignPage',
25
24
  'whx_getPromotionWares',
26
25
  'whx_buyerShowPage',
27
26
  'whx_getShopGwredPage',
28
27
  'whx_getShopSpeciSecKillPage',
29
28
  'whx_getSignInfo',
30
29
  'whx_getSignPrize',
31
30
  'getShopHomeFloorInfo',
32
31
  'shopGuessYouLike',
33
32
  'getShopHomePromotionWebPage',
34
33
  'getVipDetail',
35
34
  'getShopCategory',
36
35
  'getShopNavigationCategory',
37
36
  'getPagePreview',
38
37
  'bmall_cart',
39
38
  'bmall_getOmittedProduct',
40
39
  'bmall_cartAdd',
41
40
  'bmall_cartChange',
42
41
  'bmall_cartRemove',
43
42
  'whx_getShopHomeFloorInfo',
44
43
  'whx_searchWare',
45
44
  'shopGuessYouLike',
46
45
  'whx_getMShopCategory',
47
46
  'whx_newWareList',
48
47
  'getShopHomePromotionWebPage',
49
48
  'whx_getShopCampaignPage',
50
49
  'whx_getPromotionWares',
51
50
  'whx_buyerShowPage',
52
51
  'getShopHomeFloorInfo',
53
52
  'getShopCategory',
54
53
  'getShopNavigationCategory',
55
54
  'receiveShopCoupon',
56
55
  'getShopHomePromotionWebPage',
57
56
  'shopGuessYouLike',
58
57
  'addRemind',
59
58
  'cancelRemind',
60
59
  'getVipDetail',
61
60
  'shopDetail',
62
61
  'address_queryAddress',
63
62
  'shopMemberSprintJoinActivity',
64
63
  'shopMemberSprintReceivePrize',
65
64
  'bmall_cart',
66
65
  'bmall_getOmittedProduct',
67
66
  'bmall_cartAdd',
68
67
  'bmall_cartChange',
69
68
  'bmall_cartRemove',
70
69
  SHOP_COLOR_APPID: 'shop_m_jd_com',
71
70
  JSHOPX_COLOR_APPID: 'jshopx_jd_com',
72
71
  PAGES_COLOR_APPID: 'pages_jd_com',
73
72
  B2B_COLOR_APPID: 'b2b',
74
73
  SHOP_MEMBER_COLOR_APPID: 'shopmember_m_jd_com',
75
74
  MALL_COLOR_APPID: 'mall_jd_com',
75
+ export const HttpStatus = {
76
76
  SUCCESS: 200,
77
77
  CREATED: 201,
78
78
  ACCEPTED: 202,
79
79
  CLIENT_ERROR: 400,
80
80
  AUTHENTICATE: 401,
81
81
  FORBIDDEN: 403,
82
82
  NOT_FOUND: 404,
83
83
  SERVER_ERROR: 500,
84
84
  BAD_GATEWAY: 502,
85
85
  SERVICE_UNAVAILABLE: 503,
86
86
  GATEWAY_TIMEOUT: 504,
87
87
  [HttpStatus.NOT_FOUND]: '请求资源不存在',
88
88
  [HttpStatus.BAD_GATEWAY]: '服务端异常,请稍后重试',
89
89
  [HttpStatus.FORBIDDEN]: '没有权限访问',
90
90
  [HttpStatus.AUTHENTICATE]: '需要鉴权',
91
91
  [HttpStatus.SUCCESS]: '成功',
92
92
  'whx_getShopHomeFloorInfo',
93
93
  'whx_searchWare',
94
94
  'shopGuessYouLike',
95
95
  'whx_getMShopCategory',
96
96
  'whx_newWareList',
97
97
  'getShopHomePromotionWebPage',
98
98
  'whx_getShopCampaignPage',
99
99
  'whx_getPromotionWares',
100
100
  'whx_buyerShowPage',
101
101
  'whx_getShopGwredPage',
102
102
  'whx_getShopSpeciSecKillPage',
103
103
  'whx_getSignInfo',
104
104
  'whx_getSignPrize',
105
105
  'getShopHomeFloorInfo',
106
106
  'shopGuessYouLike',
107
107
  'getShopHomePromotionWebPage',
108
108
  'getVipDetail',
109
109
  'getShopCategory',
110
110
  'getShopNavigationCategory',
111
111
  'getPagePreview',
112
112
  'bmall_cart',
113
113
  'bmall_getOmittedProduct',
114
114
  'bmall_cartAdd',
115
115
  'bmall_cartChange',
116
116
  'bmall_cartRemove',
117
117
  'whx_getShopHomeFloorInfo',
118
118
  'whx_searchWare',
119
119
  'shopGuessYouLike',
120
120
  'whx_getMShopCategory',
121
121
  'whx_newWareList',
122
122
  'getShopHomePromotionWebPage',
123
123
  'whx_getShopCampaignPage',
124
124
  'whx_getPromotionWares',
125
125
  'whx_buyerShowPage',
126
126
  'getShopHomeFloorInfo',
127
127
  'getShopCategory',
128
128
  'getShopNavigationCategory',
129
129
  'giftCardAddCart',
130
130
  'receiveShopCoupon',
131
131
  'getShopHomePromotionWebPage',
132
132
  'shopGuessYouLike',
133
133
  'addRemind',
134
134
  'cancelRemind',
135
135
  'getVipDetail',
136
136
  'shopDetail',
137
137
  'address_queryAddress',
138
138
  'shopMemberSprintJoinActivity',
139
139
  'shopMemberSprintReceivePrize',
140
140
  'bmall_cart',
141
141
  'bmall_getOmittedProduct',
142
142
  'bmall_cartAdd',
143
143
  'bmall_cartChange',
144
144
  'bmall_cartRemove',
145
145
  SHOP_COLOR_APPID: 'shop_m_jd_com',
146
146
  JSHOPX_COLOR_APPID: 'jshopx_jd_com',
147
147
  PAGES_COLOR_APPID: 'pages_jd_com',
148
148
  B2B_COLOR_APPID: 'b2b',
149
149
  SHOP_MEMBER_COLOR_APPID: 'shopmember_m_jd_com',
150
150
  MALL_COLOR_APPID: 'mall_jd_com',