|
@@ -369,7 +369,7 @@ class Agent extends BaseController
|
|
|
{
|
|
|
$id = input('id/d', 0);
|
|
|
error_reporting(E_ERROR);
|
|
|
- $url = request()->domain(true) . '/mobile/worker/recruit?id=' . $id;
|
|
|
+ $url = request()->domain(true) . '/mobile/worker/index?id=' . $id;
|
|
|
header('Content-Type: image/png');
|
|
|
ob_clean();
|
|
|
$errorCorrectionLevel = "L"; // 纠错级别:L、M、Q、H
|