...
|
...
|
@@ -104,8 +104,7 @@ public class ShoppingController { |
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(params = "method=ufo.order.summary")
|
|
|
//@Cachable(expire = 300, excludeArgs = {1})
|
|
|
public ApiResponse submit(@RequestParam(name = "uid") int uid,
|
|
|
public ApiResponse summary(@RequestParam(name = "uid") int uid,
|
|
|
@RequestParam(name = "client_type", required = false) String clientType){
|
|
|
|
|
|
logger.info("in ufo.order.summary, uid {}, clientType is {}", uid, clientType);
|
...
|
...
|
|