Commit 9d78594a authored by 姜登's avatar 姜登

gjj

parent 5a84d8b0
Pipeline #11113 passed with stage
in 2 seconds
......@@ -3,6 +3,11 @@
const Service = require('egg').Service;
class PartnerService extends Service {
constructor(ctx) {
super(ctx);
const { config: { partnerAPI } } = this;
this.partnerAPI = partnerAPI;
}
async notice(order) {
const { ctx } = this;
......
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