Commit 1a48b14a authored by hezhen's avatar hezhen

修改URL

parent 250488b1
......@@ -18,8 +18,7 @@ public class TourGoodSpeController extends TourBaseController<TourGoodSpeBiz> {
//获取商品详情
@RequestMapping(value = "/app/unauth/prices", method = RequestMethod.GET)
@IgnoreUserToken
@RequestMapping(value = "/user/prices", method = RequestMethod.GET)
public ObjectRestResponse<TourSpePriceVo> user(@RequestBody TourSpePriceDto priceDto) {
return baseBiz.getPricesByuserid(priceDto);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment