|
@@ -18,6 +18,7 @@ class PayController extends Controller {
|
|
|
|
|
|
async callBackPayOrder() {
|
|
async callBackPayOrder() {
|
|
console.log(this.ctx.request);
|
|
console.log(this.ctx.request);
|
|
|
|
+ console.log(this.ctx.request.body);
|
|
await this.service.callBackPayOrder(this.body);
|
|
await this.service.callBackPayOrder(this.body);
|
|
this.ctx.ok();
|
|
this.ctx.ok();
|
|
}
|
|
}
|