绑定成功

This commit is contained in:
邓皓元 2018-12-11 15:40:38 +08:00
parent c230fa4cdd
commit 7df9e218e0

View File

@ -58,7 +58,7 @@ class AccountController extends Controller
$account = $this->companyAccountService->store($attributes);
return res($account, '修改成功');
return res($account, '绑定成功');
}
/**