ソースを参照

修改接口文件

wanghui 8 年 前
コミット
2078ba8b63
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

+ 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