|
|
@@ -92,7 +92,7 @@ public class SysTenantController extends BaseController{
|
|
|
@PostMapping("/queryQCode/current")
|
|
|
public CommonResult<String> queryQCodeCurrent() {
|
|
|
String tenantId = LoginUserStrategy.tr.getTenantId();
|
|
|
- String url="https://exam.tuoren.com/smartAdmin?tenant=%s";
|
|
|
+ String url="https://exam.tuoren.com/smartAdmin?tenantId=%s";
|
|
|
return CommonResult.success(String.format(url,tenantId));
|
|
|
}
|
|
|
}
|