Commit b0df2b75 by wkliang

debug

parent 31ac279e
const ServiceBase = require("../../sve.base"); const ServiceBase = require("../../sve.base");
class CollectService extends ServiceBase { class CollectService extends ServiceBase {
constructor() { constructor() {
super("collect", ServiceBase.getDaoName(CollectService)); super("askfor", ServiceBase.getDaoName(CollectService));
} }
async getByUid (uid, page = 1) { async getByUid (uid, page = 1) {
......
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