Subversion Repositories SmartDukaan

Rev

Rev 23017 | Rev 23147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23017 Rev 23074
Line 19... Line 19...
19
import org.json.JSONObject;
19
import org.json.JSONObject;
20
import org.slf4j.Logger;
20
import org.slf4j.Logger;
21
import org.slf4j.LoggerFactory;
21
import org.slf4j.LoggerFactory;
22
import org.springframework.http.HttpHeaders;
22
import org.springframework.http.HttpHeaders;
23
import org.springframework.http.MediaType;
23
import org.springframework.http.MediaType;
-
 
24
 
-
 
25
import com.fasterxml.jackson.core.JsonProcessingException;
-
 
26
import com.fasterxml.jackson.databind.JsonNode;
-
 
27
import com.fasterxml.jackson.databind.ObjectMapper;
24
import com.spice.profitmandi.common.enumuration.SchemeType;
28
import com.spice.profitmandi.common.enumuration.SchemeType;
25
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
29
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
26
import com.spice.profitmandi.common.model.GstRate;
30
import com.spice.profitmandi.common.model.GstRate;
27
import com.spice.profitmandi.common.model.ProfitMandiConstants;
31
import com.spice.profitmandi.common.model.ProfitMandiConstants;
28
import com.spice.profitmandi.common.web.client.RestClient;
32
import com.spice.profitmandi.common.web.client.RestClient;
Line 364... Line 368...
364
	}
368
	}
365
	
369
	
366
	public static void main (String[] args) throws Exception{
370
	public static void main (String[] args) throws Exception{
367
		Utils.sendSms("Hello", "9990381569");
371
		Utils.sendSms("Hello", "9990381569");
368
	}
372
	}
-
 
373
	
-
 
374
	
369
}
375
}