Commit de5871d7 authored by david.zhong's avatar david.zhong

提交

parent 2c3b2e8e
......@@ -86,6 +86,7 @@ public class CompanyController {
@DataToUnderline()
//public DataResponse add(@RequestBody AddCompanyForm addCompanyForm) {
public DataResponse add(@RequestBody BizSignCompExtDto addCompanyForm) {
addCompanyForm.setSource(1);
StringBuilder urlBuilder = new StringBuilder();
urlBuilder.append(serviceUrl.getAsServiceUrl(consulDiscoveryClient));
urlBuilder.append(BASE_URL);
......
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