Commit 5b4766e8 authored by 任国军's avatar 任国军

fix appId

parent 4fad7248
Pipeline #17648 passed with stage
in 7 seconds
......@@ -132,7 +132,7 @@ class ProductService extends Service {
const { ctx } = this;
const url = this.config.NODE_BASE_URL + '/cassandra-server/bu_basic/list';
const products_results = await ctx.helper.send_request(url, { type, app_id: '7c59fa87-a794-4037-8c18-cba5dc04290e' }, { method: 'GET' });
const products_results = await ctx.helper.send_request(url, { type, app_id: ctx.appId }, { method: 'GET' });
// ctx.logger.info(JSON.stringify({ url, products_results }));
let products = [];
console.log(products_results);
......
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