Commit 0583abf4 by ping.wu

Merge branches 'feature/20210727_扫桌码下单校验_wuping' and 'master' of…

Merge branches 'feature/20210727_扫桌码下单校验_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents 821d28e9 227b0ff0
......@@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "CONSOLE-API",url="${saas.storeitemclient.feign.url}")
@FeignClient(name = "CONSOLE-API",url="${saas.storeclient.feign.url}")
@RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface StoreClient {
......
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