|
|
@@ -133,7 +133,7 @@ public class FsCourseLinkController extends BaseController
|
|
|
* 根据销售id去查询已经绑定的企微
|
|
|
* @return
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('course:courseLink:queryQwIds')")
|
|
|
+ //@PreAuthorize("@ss.hasPermi('course:courseLink:queryQwIds')")
|
|
|
@GetMapping("/queryQwIds")
|
|
|
public R selectQwUserIdByCompanyUserId()
|
|
|
{
|
|
|
@@ -164,7 +164,7 @@ public class FsCourseLinkController extends BaseController
|
|
|
* @param param
|
|
|
* @return
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('course:courseLink:createRoomLink')")
|
|
|
+ //@PreAuthorize("@ss.hasPermi('course:courseLink:createRoomLink')")
|
|
|
@PostMapping("/createRoomLink")
|
|
|
@ApiOperation("创建群发链接")
|
|
|
public R createRoomLink(@RequestBody FsCourseLinkRoomNewParam param) {
|