Commit 9bd5e22d by ping.wu

接口名错误修改

parent 5d0afe28
...@@ -62,6 +62,6 @@ public interface StoreClient { ...@@ -62,6 +62,6 @@ public interface StoreClient {
/** /**
* 查询门店信息 * 查询门店信息
*/ */
@PostMapping(value = "/api/v2/organization/getSoreMix", produces = MediaType.APPLICATION_JSON_UTF8_VALUE, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE) @PostMapping(value = "/api/v2/organization/getStoreMix", produces = MediaType.APPLICATION_JSON_UTF8_VALUE, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
StoreBaseResponseDto<SoreMixResponseDto> getStoreInfoNew(@RequestBody StoreInfoRequestDto request); StoreBaseResponseDto<SoreMixResponseDto> getStoreInfoNew(@RequestBody StoreInfoRequestDto request);
} }
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