|
@@ -14,8 +14,8 @@ class UtilController extends Controller {
|
|
|
this.tradeService = this.ctx.service.util.trade;
|
|
|
}
|
|
|
async util() {
|
|
|
- const res = this.ctx.multiply(this.ctx.minus(1, this.ctx.divide(0, 100)), 200);
|
|
|
- this.ctx.ok({ data: res });
|
|
|
+ // await this.ctx.service.util.rabbitMq.shopMsg('6333d71d32c5f69745f9bd32');
|
|
|
+ this.ctx.ok({ data: 'ok' });
|
|
|
}
|
|
|
|
|
|
async crk() {
|