|
|
@@ -3,6 +3,7 @@
|
|
|
namespace app\index\controller;
|
|
|
|
|
|
use app\BaseController;
|
|
|
+use app\common\command\AddAgreementPdf;
|
|
|
use app\common\model\master_worker\MasterWorkerAgree;
|
|
|
use app\common\service\JsonService;
|
|
|
use think\facade\View;
|
|
|
@@ -23,4 +24,13 @@ class AgreementController extends BaseController
|
|
|
return view('master_service');
|
|
|
}
|
|
|
|
|
|
+ public function ceshi_send()
|
|
|
+ {
|
|
|
+ AddAgreementPdf::addPdf([
|
|
|
+ 'code'=>'202408021524159395',
|
|
|
+ 'url'=>'https://weixiu.zhongdunzhizhao.com/index/agreement/index?code=202408021524159395'
|
|
|
+ ]);
|
|
|
+ dd(1);
|
|
|
+ }
|
|
|
+
|
|
|
}
|