店铺信息接口获取台桌code非必传
This commit is contained in:
@@ -41,9 +41,10 @@ public class ProductController {
|
||||
@RequestHeader("id") String userId,
|
||||
@RequestParam(required = false) String lat,
|
||||
@RequestParam(required = false) String lng,
|
||||
@RequestParam("code") String code
|
||||
@RequestParam(required = false) String code,
|
||||
@RequestParam Integer shopId
|
||||
) {
|
||||
return productService.queryShopIdByTableCode(userId, openId, code,lat,lng);
|
||||
return productService.queryShopIdByTableCode(userId, openId, code,lat,lng, shopId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user