installment.js
9.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
/**
* 分期付款
* @author: wsl<shuiling.wang@yoho.cn>
* @date: 2016/08/01
*/
'use strict';
const utils = '../../../utils';
const productProcess = require(`${utils}/product-process`);
const api = global.yoho.API;
const logger = global.yoho.logger;
// const camelCase = global.yoho.camelCase;
// 获取分期开通状态
const getStauts = (uid) => {
return api.get('', {
method: 'user.instalment.getStatus',
uid: uid
}).then((result) => {
result = {
alg: 'SALT_MD5',
code: 200,
data: {
status: 0
},
md5: '6d729d4b35f10fc73531210bd7ecff91',
message: 'success'
};
if (result && result.code === 200) {
return result.data.status;
} else {
logger.error('get installment open status return is not 200');
return '';
}
});
};
// 获取用户可用额度信息
const getQueryCreditInfo = (uid) => {
return api.get('', {
method: 'order.queryCreditInfo',
uid: uid
}).then((result) => {
result = {
alg: 'SALT_MD5',
code: 200,
data: {
initCredit: '8000.00',
currCredit: '5000.00',
status: 2
},
md5: 'c1d725306fb09dcbf504776d276521cb',
message: 'ok'
};
if (result && result.code === 200) {
return result.data;
} else {
logger.error('get user installment usable price info return is not 200');
return '';
}
});
};
// 获取用户待还款金额
const getQueryAmtInfo = (uid) => {
return api.get('', {
method: 'order.queryAmtInfo',
uid: uid
}).then((result) => {
result = {
alg: 'SALT_MD5',
code: 200,
data: {
totalAmt: '2000.00',
monthAmt: '800.00',
_7daysAmt: '400.00',
overAmt: '400.00'
},
md5: 'c1d725306fb09dcbf504776d276521cb',
message: 'ok'
};
if (result && result.code === 200) {
result.data.dayAmt = result.data._7daysAmt;
return result.data;
} else {
logger.error('get user installment repay info return is not 200');
return '';
}
});
};
// 分期专享推荐商品
const getSearchIntallment = () => {
return api.post('', {
method: 'app.search.instalment',
limit: '50',
order: 's_t_desc'
}, {
cache: true
}).then((result) => {
result = {
alg: 'SALT_MD5',
code: 200,
data: {
product_list: [
{
brand_domain: '5cm',
brand_id: 4,
brand_name: '5CM',
cn_alphabet: '5CMPeiShi5CXTIT0600S66',
default_images: 'http://img13.static.yhbimg.com/goodsimg/2016/02/21/07/026d569b2db7d9ce9339a79bcb3fe420f8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
edit_time: 1456119592,
gender: '1',
goods_list: [
{
color_code: '333333',
color_id: '2',
color_name: '黑色',
color_value: '',
cover_1: '',
cover_2: '',
goods_id: '476147',
images_url: 'http://img13.static.yhbimg.com/goodsimg/2016/02/21/07/026d569b2db7d9ce9339a79bcb3fe420f8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
is_default: 'N',
product_skc: '346699',
status: '1'
}
],
is_advance: 'N',
is_discount: 'N',
is_limited: 'N',
is_new: 'Y',
is_outlets: 2,
is_promotion: 104,
is_soon_sold_out: 'N',
is_special: 'N',
market_price: 359,
max_sort_id: 8,
middle_sort_id: 66,
product_id: 373507,
product_name: '5CM 字母印花领带',
product_skn: 51206745,
sales_num: 0,
sales_phrase: '春潮新势力',
sales_price: 359,
shelve_time: 1457140500,
small_sort_id: 77,
status: 1,
stock_number: 25,
storage_num: 25,
tags: [
'is_new'
],
vip1_price: 341.05,
vip2_price: 323.1,
vip3_price: 315.92,
vip_discount_type: 1,
vip_price: 0
}, {
brand_domain: '5cm',
brand_id: 4,
brand_name: '5CM',
cn_alphabet: '5CMPeiShi5CXTIT0603S66',
default_images: 'http://img12.static.yhbimg.com/goodsimg/2016/02/21/07/02d463c9f8945ad14f824e8ba35efb9555.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
edit_time: 1456119581,
gender: '1',
goods_list: [
{
color_code: '333333',
color_id: '2',
color_name: '黑色',
color_value: '',
cover_1: '',
cover_2: '',
goods_id: '476153',
images_url: 'http://img12.static.yhbimg.com/goodsimg/2016/02/21/07/02d463c9f8945ad14f824e8ba35efb9555.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
is_default: 'N',
product_skc: '346702',
status: '1'
}
],
is_advance: 'N',
is_discount: 'N',
is_limited: 'N',
is_new: 'Y',
is_outlets: 2,
is_promotion: 104,
is_soon_sold_out: 'N',
is_special: 'N',
market_price: 359,
max_sort_id: 8,
middle_sort_id: 66,
product_id: 373513,
product_name: '5CM 字母印花领结',
product_skn: 51206748,
sales_num: 0,
sales_phrase: '春潮新势力',
sales_price: 359,
shelve_time: 1457140500,
small_sort_id: 77,
status: 1,
stock_number: 19,
storage_num: 19,
tags: [
'is_new'
],
vip1_price: 341.05,
vip2_price: 323.1,
vip3_price: 315.92,
vip_discount_type: 1,
vip_price: 0
}
],
rec_id: '00f185af-936a-4053-97f8-1c802cb91e8b'
},
md5: 'ace93d0f598db0bebec30234381c0cbf',
message: 'Product List.'
};
if (result && result.code === 200) {
return productProcess.processProductList(result.data.product_list);
} else {
logger.error('get instalment promote goods return is not 200');
return '';
}
});
};
/**
* 获取短信验证码
*
* @param uid 用户ID
* @param mobile 手机号码
*/
const sendVerifyCode = (uid, mobile) => {
return api.get('', {
method: 'user.instalment.getSnsCheckCode'
}, {
uid,
mobile
});
};
/**
* 开通服务
*
* @param uid 用户id
* @param userName 姓名
* @param identityCardNo 身份证号码
* @param cardNo 银行卡号码
* @param mobile 手机号码
* @param snsCheckCode 验证码
* @returns {*}
*/
const activateService = (params) => {
return api.get('', {
method: 'user.instalment.activate'
}, params);
};
/**
* 获取银行信息
*
* @param cardNo
* @returns {*}
*/
const getBankInfo = (cardNo) => {
return api.get('', {
method: 'user.instalment.getBankInfoByCardNo'
}, cardNo);
};
module.exports = {
getStauts,
getQueryCreditInfo,
getQueryAmtInfo,
getSearchIntallment,
sendVerifyCode,
activateService,
getBankInfo
};