@@ -88,9 +88,9 @@ angular.module('app.intelligent').service("gasDetectionPlanService", function ($
var orgId = $rootScope.depotInfo.orgId;
var d = $q.defer();
$http({
- method: 'POST',
+ method: 'GET',
url: APP_CONFIG.intelligentUrl + '/intelligents/gasDetection/sendOnlyGasDetection',
- data: {
+ params: {
storeCode: storeCode,
orgId: orgId
}