Commit 7eefcb76 authored by Hsinli's avatar Hsinli

Merge branch 'master' of t-git.51gjj.com:fangbin/51business

parents 80466dc5 88c4993b
Pipeline #8741 passed with stage
in 12 seconds
......@@ -112,7 +112,7 @@ class ProductService extends Service {
}
//1 授信贷;2 信用卡;3 普通信用卡;4 普通贷款
async getAllProductsByType(type, elements = []) {
async getAllProductsByType(type, elements = ['business_id', 'logo', 'url', 'name', 'alias', 'rate', 'rate_title', 'min_amount', 'max_amount','feature','abridge_desc','recommend_sorter']) {
const { ctx } = this;
const url = this.config.NODE_BASE_URL + '/cassandra-server/bu_basic/list?type=' + type;
......
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