· 9 years ago · Oct 26, 2016, 11:28 AM
1 public String initiatePayment(@RequestParam(SMS_ID) String smsID,
2 @RequestParam(value = SMS_BODY, required = false) String body,
3 @RequestParam(SITE_SERVICE_ID) String siteServiceId,
4 @RequestParam(value = OPERATOR_ID, required = false) String operatorId,
5 @RequestParam(value = NUM, required = false) String shortPhoneNumber,
6 @RequestParam(value = SMS_PRICE, required = false) String price,
7 @RequestParam(value = SECRET_KEY, required = false) String signature,
8 @RequestParam(value = STATUS, required = false) Integer status,
9 @RequestParam(value = USER_NUM, required = false) String userNum,
10 HttpServletResponse resp
11 ) throws IOException {