...
|
...
|
@@ -196,17 +196,6 @@ const getStauts = (uid) => { |
|
|
method: 'user.instalment.getStatus',
|
|
|
uid: uid
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: 'SALT_MD5',
|
|
|
// code: 200,
|
|
|
// data: {
|
|
|
// status: '2',
|
|
|
// isShow: '1',
|
|
|
// currCreditLimit: '3125.20'
|
|
|
// },
|
|
|
// md5: '6d729d4b35f10fc73531210bd7ecff91',
|
|
|
// message: 'success'
|
|
|
// };
|
|
|
if (result && result.code === 200) {
|
|
|
return result.data.status;
|
|
|
} else {
|
...
|
...
|
@@ -222,18 +211,6 @@ const getQueryCreditInfo = (uid) => { |
|
|
method: 'user.instalment.queryCreditLimit',
|
|
|
uid: uid
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: 'SALT_MD5',
|
|
|
// code: 200,
|
|
|
// data: {
|
|
|
// initCreditLimit: '5000',
|
|
|
// currCreditLimit: '2000',
|
|
|
// status: '2',
|
|
|
// maxOverdueDay: '5'
|
|
|
// },
|
|
|
// md5: 'c1d725306fb09dcbf504776d276521cb',
|
|
|
// message: 'ok'
|
|
|
// };
|
|
|
if (result && result.code === 200) {
|
|
|
return result.data;
|
|
|
} else {
|
...
|
...
|
@@ -249,19 +226,6 @@ const getQueryAmtInfo = (uid) => { |
|
|
method: 'app.order.queryAmtInfo',
|
|
|
uid: uid
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: 'SALT_MD5',
|
|
|
// code: 200,
|
|
|
// data: {
|
|
|
// totalAmt: '2000.00',
|
|
|
// monthAmt: '800.00',
|
|
|
// s_7daysAmt: '400.00',
|
|
|
// overAmt: '400.00'
|
|
|
// },
|
|
|
// md5: 'c1d725306fb09dcbf504776d276521cb',
|
|
|
// message: 'ok'
|
|
|
// };
|
|
|
|
|
|
if (result && result.code === 200) {
|
|
|
result.data.dayAmt = result.data.s_7daysAmt;
|
|
|
return result.data;
|
...
|
...
|
@@ -281,47 +245,6 @@ const getQueryAmtList = (params) => { |
|
|
}, params), {
|
|
|
cache: true
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: 'SALT_MD5',
|
|
|
// code: 200,
|
|
|
// data: {
|
|
|
// amtList: [
|
|
|
// {
|
|
|
// billNo: 'x00001',
|
|
|
// terms: 3,
|
|
|
// currTerm: 1,
|
|
|
// unExpireDays: -3,
|
|
|
// billInfo: '三叶草运动休闲鞋',
|
|
|
// currAmt: '845.00',
|
|
|
// currNoFeeAmt: '840.00',
|
|
|
// currFee: '0.00'
|
|
|
// }, {
|
|
|
// billNo: 'x00002',
|
|
|
// terms: 3,
|
|
|
// currTerm: 2,
|
|
|
// unExpireDays: 10,
|
|
|
// billInfo: '三叶草运动休闲鞋',
|
|
|
// currAmt: '840.00',
|
|
|
// currNoFeeAmt: '840.00',
|
|
|
// currFee: '5.00'
|
|
|
// }, {
|
|
|
// billNo: 'x00003',
|
|
|
// terms: 3,
|
|
|
// currTerm: 1,
|
|
|
// unExpireDays: -3,
|
|
|
// billInfo: '三叶草运动休闲鞋',
|
|
|
// currAmt: '845.00',
|
|
|
// currNoFeeAmt: '840.00',
|
|
|
// currFee: '0.00'
|
|
|
// }
|
|
|
// ],
|
|
|
// pageNo: 1,
|
|
|
// pageTotal: 1,
|
|
|
// total: 2
|
|
|
// },
|
|
|
// md5: 'c1d725306fb09dcbf504776d276521cb',
|
|
|
// message: 'ok'
|
|
|
// };
|
|
|
if (result && result.code === 200) {
|
|
|
return _processAmtList(result.data.amtList, params.queryDays);
|
|
|
} else {
|
...
|
...
|
@@ -335,131 +258,11 @@ const getQueryAmtList = (params) => { |
|
|
const getSearchIntallment = () => {
|
|
|
return api.post('', {
|
|
|
method: 'app.search.instalment',
|
|
|
|
|
|
// method: 'app.search.newProduct',
|
|
|
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 {
|
...
|
...
|
@@ -555,40 +358,6 @@ const getQueryRePayList = (params) => { |
|
|
}, params), {
|
|
|
cache: true
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: "SALT_MD5",
|
|
|
// code: 200,
|
|
|
// data: {
|
|
|
// rePayList: [
|
|
|
// {
|
|
|
// prePayNo: "00001",
|
|
|
// time: "2016.06.01",
|
|
|
// status: 1,
|
|
|
// desc: null,
|
|
|
// amt: "200.00"
|
|
|
// },
|
|
|
// {
|
|
|
// prePayNo: "00001",
|
|
|
// time: "2016.07.01",
|
|
|
// status: 2,
|
|
|
// desc: "银行卡余额不足",
|
|
|
// amt: "200.00"
|
|
|
// },
|
|
|
// {
|
|
|
// prePayNo: "00001",
|
|
|
// time: "2016.08.01",
|
|
|
// status: 3,
|
|
|
// desc: null,
|
|
|
// amt: "200.00"
|
|
|
// }
|
|
|
// ],
|
|
|
// pageNo: 1,
|
|
|
// pageTotal: 1,
|
|
|
// total: 3
|
|
|
// },
|
|
|
// md5: "c1d725306fb09dcbf504776d276521cb",
|
|
|
// message: "ok"
|
|
|
// };
|
|
|
if (result && result.code === 200) {
|
|
|
return _processRepayList(result.data.rePayList);
|
|
|
} else {
|
...
|
...
|
@@ -606,21 +375,6 @@ const getBankCards = (uid) => { |
|
|
}, {
|
|
|
cache: true
|
|
|
}).then((result) => {
|
|
|
// result = {
|
|
|
// alg: 'SALT_MD5',
|
|
|
// code: 200,
|
|
|
// data: [
|
|
|
// {
|
|
|
// userName: '张三',
|
|
|
// cardNo: '25202200000',
|
|
|
// bankCode: 'ABC',
|
|
|
// bankName: '农业银行',
|
|
|
// mobile: '18021200000'
|
|
|
// }
|
|
|
// ],
|
|
|
// md5: '6d729d4b35f10fc73531210bd7ecff91',
|
|
|
// message: 'success'
|
|
|
// };
|
|
|
if (result && result.code === 200) {
|
|
|
return _processBankCards(result.data);
|
|
|
} else {
|
...
|
...
|
|