|
@@ -226,5 +226,6 @@ public interface AdminFeignService {
|
|
|
* @return HttpResponseResult<Boolean>
|
|
|
*/
|
|
|
@GetMapping("/employee/clearCustomerService")
|
|
|
- HttpResponseResult<Boolean> clearCustomerService(Long userId, String sysUserType);
|
|
|
+ HttpResponseResult<Boolean> clearCustomerService(@RequestParam(value = "userId") Long userId,
|
|
|
+ @RequestParam("sysUserType") String sysUserType);
|
|
|
}
|