Commit c62df1f7 by 蒋勇

mqconfig

parent 7772570e
...@@ -7,7 +7,7 @@ var fs = require('fs'); ...@@ -7,7 +7,7 @@ var fs = require('fs');
const amqp = require('amqplib'); const amqp = require('amqplib');
const queName = 'tm-audit-onsale' const queName = 'tm-audit-onsale'
let Channel let Channel
const mq_url = 'amqp://zhichan:gsbMQ2020@123.57.217.203:30672/' const mq_url = 'amqp://zhichan:gsbMQ2020@27.128.229.132:30672/'
class TrademarktransactionService extends ServiceBase { class TrademarktransactionService extends ServiceBase {
constructor() { constructor() {
super("tm", ServiceBase.getDaoName(TrademarktransactionService)); super("tm", ServiceBase.getDaoName(TrademarktransactionService));
......
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