|
|
@@ -231,8 +231,7 @@ public class LeYunFuController {
|
|
|
@RequestMapping(value = "/appUnifiedOrder", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public Result appUnifiedOrder(@RequestParam(required = true, value = "userId") String userId,
|
|
|
- @RequestParam(required = true, value = "productId") String productId
|
|
|
- ) {
|
|
|
+ @RequestParam(required = true, value = "productId") String productId) {
|
|
|
try {
|
|
|
|
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|