Commit 329d396a authored by 任国军's avatar 任国军

add loan_home recommend

parent e1b5083e
Pipeline #8838 passed with stage
in 4 seconds
...@@ -182,7 +182,7 @@ class ProductService extends Service { ...@@ -182,7 +182,7 @@ class ProductService extends Service {
async getCommonBusinessList() { async getCommonBusinessList() {
const { ctx } = this; const { ctx } = this;
const url = ctx.app.config.NODE_BASE_URL + '/cassandra-server/bu_basic/list'; const url = ctx.app.config.NODE_BASE_URL + '/cassandra-server/bu_basic/list';
const param = { type: 3 }; const param = { type: 4 };
const resp = await ctx.helper.send_request(url, param, { method: 'GET' }); const resp = await ctx.helper.send_request(url, param, { method: 'GET' });
if (resp.status !== 200) { if (resp.status !== 200) {
ctx.failed('[bu_basic]内部接口错误'); ctx.failed('[bu_basic]内部接口错误');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment