Commit 4f1954b1 by linboxuan

lin tj

parent 9a063fc9
...@@ -5,7 +5,7 @@ class StatisticsService { ...@@ -5,7 +5,7 @@ class StatisticsService {
return ToQiFuTong.getAllChannels(); return ToQiFuTong.getAllChannels();
} }
async getAllService(pobj) { async getAllService(pobj) {
return ToQiFuTong.getAllService(); return ToQiFuTong.getAllService(pobj);
} }
async getAllProducts(pobj) { async getAllProducts(pobj) {
return ToQiFuTong.getAllProducts(); return ToQiFuTong.getAllProducts();
......
...@@ -90,11 +90,10 @@ class BaseClient { ...@@ -90,11 +90,10 @@ class BaseClient {
}); });
return data; return data;
} }
async getAllService() { async getAllService(pobj) {
const data = await this.pushQiFuTong('/web/auth/accessAuth/springBoard', { const data = await this.pushQiFuTong('/web/auth/accessAuth/springBoard', {
"actionType": "getAllService", "actionType": "getAllService",
"actionBody": { "actionBody": pobj
}
}); });
return data; return data;
} }
......
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