Commit 841c4a0b by 王昆

gsb

parent 7670fd6a
...@@ -175,6 +175,15 @@ class ChannelApi { ...@@ -175,6 +175,15 @@ class ChannelApi {
// ------------------------------------- // -------------------------------------
async pushChannelsAsync(queryobj, qobj, req) {
this.pushChannels(queryobj, qobj, req);
return {
msg: "success start",
config: settings.FQYF()
};
}
async pushChannels(queryobj, qobj, req) { async pushChannels(queryobj, qobj, req) {
let begin; let begin;
let end; let end;
......
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