Commit 581d1d03 by chamberone

feat: 提交更新代码

1 parent 8fc2d715
......@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import com.dituhui.pea.common.Result;
@FeignClient(url = "https://pea-test.bshg.com.cn", name = "saasService")
public interface SaaSService {
public interface SaaSRemoteService {
@PostMapping("/v1/area/add")
public String addArea(@RequestParam String ak, @RequestParam String sign, @RequestParam String name, @RequestParam String layer_code, @RequestParam String region, @RequestParam String coord_type);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!