Explorar o código

修改接口文件

wanghui %!s(int64=8) %!d(string=hai) anos
pai
achega
2078ba8b63

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

@@ -59,8 +59,8 @@ public class AdminCustomerApiController extends BaseApiController {
 	 * @throws InvocationTargetException 
 	 * @throws IllegalAccessException 
 	 */
-	@RequestMapping(value = "/addFollowRecord", method = RequestMethod.POST)
-	public Result addFollowRecord(CustomerIn cusIn,CustomerOrganizationInfo coi,CustomerUserInfo cui,FollowUpRecord fur) throws ParseException, IllegalAccessException, InvocationTargetException {
+	@RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
+	public Result addCustomer(CustomerIn cusIn,CustomerOrganizationInfo coi,CustomerUserInfo cui,FollowUpRecord fur) throws ParseException, IllegalAccessException, InvocationTargetException {
 		Result res=new Result();
 		//添加 customer
 		String customerId = UUID.randomUUID().toString();//客户记录ID