|
@@ -86,7 +86,7 @@ public interface AccountApi {
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
@PostMapping("/bind/company")
|
|
@PostMapping("/bind/company")
|
|
|
- Result bindCompany(@RequestParam long accountId, @RequestParam long companyId);
|
|
|
|
|
|
|
+ Result bindCompany(@RequestParam("accountId") long accountId, @RequestParam("companyId") long companyId);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 个人账户绑定多个角色
|
|
* 个人账户绑定多个角色
|