|
|
@@ -608,6 +608,7 @@ public class QwExternalContactController extends BaseController
|
|
|
* 绑定小程序用户
|
|
|
*/
|
|
|
@PutMapping("/bindUserId")
|
|
|
+ @PreAuthorize("@ss.hasPermi('qw:externalContact:bindUserId')")
|
|
|
@Log(title = "换绑小程序用户", businessType = BusinessType.UPDATE)
|
|
|
public R bindUserId(@RequestBody QwExternalContact qwExternalContact)
|
|
|
{
|