Authored by chenchao

optimized

... ... @@ -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);
... ...
... ... @@ -42,7 +42,7 @@ public class SellerAuthCheckService {
if (CollectionUtils.isEmpty(funcIdList)
||!funcIdList.contains(sellerFunc.getCode())){
logger.warn("in checkAuth fail uid {} est {} level {}", uid, est, level);
throw new UfoServiceException(518, "您已经被降级");
throw new UfoServiceException(518, "您的账户保证金余额不足,请完成充值后上架");
}
break;
}
... ...