@Controller public class AlipayController extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SIGN_ALGORITHMS |
| 构造器和说明 |
|---|
AlipayController() |
@RequestMapping(value="/a/u/order/alipay/key/{oid}",
method=GET)
public String getPrivateKey(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long oid)
throws Exception
ExceptionCopyright © 2017. All rights reserved.