瀏覽代碼

fix 员工支持客服身份

Eric 11 月之前
父節點
當前提交
1b80f88d6f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      cooleshow-api/src/main/java/com/yonge/cooleshow/api/feign/AdminFeignService.java

+ 2 - 1
cooleshow-api/src/main/java/com/yonge/cooleshow/api/feign/AdminFeignService.java

@@ -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);
 }