Commit 4f1954b1 by linboxuan

lin tj

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