Browse Source

Merge branch 'test' of jishutao/kede-server into prod

anderx 7 years ago
parent
commit
b71a7d3c2a

+ 1 - 1
src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

@@ -51,7 +51,7 @@ import com.goafanti.customer.service.CustomerService;
 import com.goafanti.customer.service.impl.AdminOrgAnnualReportServiceImpl;
 import com.goafanti.customer.service.impl.AdminOrgAnnualReportServiceImpl;
 
 
 @RestController
 @RestController
-@RequestMapping("/open/api/admin/customer")
+@RequestMapping("/api/admin/customer")
 public class AdminCustomerApiController extends BaseApiController{
 public class AdminCustomerApiController extends BaseApiController{
 	@Resource
 	@Resource
 	private CustomerService customerService;
 	private CustomerService customerService;