|
@@ -325,8 +325,8 @@ public class AdminCustomerApiController extends BaseApiController{
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 添加客户基本信息
|
|
/** 添加客户基本信息
|
|
|
- * @throws Exception
|
|
|
|
|
- * @throws NumberFormatException **/
|
|
|
|
|
|
|
+ *
|
|
|
|
|
+ * **/
|
|
|
@RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
|
|
|
public Result addCustomer(InputAddCustomer in) {
|
|
public Result addCustomer(InputAddCustomer in) {
|
|
|
Result res = new Result();
|
|
Result res = new Result();
|