master
wangning 7 years ago
parent 308eca2a06
commit f67edfcaf2

@ -12,6 +12,7 @@ import au.com.royalpay.payment.manage.bill.core.BillService;
import au.com.royalpay.payment.manage.signin.beans.ChangePwdBean;
import au.com.royalpay.payment.manage.signin.core.SignInStatusManager;
import au.com.royalpay.payment.tools.CommonConsts;
import au.com.royalpay.payment.tools.device.advise.AppClientController;
import au.com.royalpay.payment.tools.exceptions.ForbiddenException;
import au.com.royalpay.payment.tools.http.HttpUtils;
@ -25,7 +26,6 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.math.BigDecimal;
import java.util.List;
@ -37,7 +37,7 @@ import javax.validation.Valid;
/**
* Created by yishuqian on 28/03/2017.
*/
@RestController
@AppClientController
@RequestMapping("/api/v1.0/retail/app")
public class RetailAppController {
@Resource

Loading…
Cancel
Save