|
@@ -39,6 +39,7 @@ use app\model\SysUser;
|
|
use Payment\Common\PayException;
|
|
use Payment\Common\PayException;
|
|
use support\Db;
|
|
use support\Db;
|
|
use support\exception\BusinessException;
|
|
use support\exception\BusinessException;
|
|
|
|
+use support\Log;
|
|
use support\Redis;
|
|
use support\Redis;
|
|
use support\Request;
|
|
use support\Request;
|
|
use support\Response;
|
|
use support\Response;
|
|
@@ -4546,6 +4547,7 @@ class WholeController extends Curd
|
|
if (strpos($print, '核销') !== false) {
|
|
if (strpos($print, '核销') !== false) {
|
|
$voteData['data']['printer_data']['order_payoff'] = 'Y';
|
|
$voteData['data']['printer_data']['order_payoff'] = 'Y';
|
|
}
|
|
}
|
|
|
|
+ Log::info("开始自定义打印", $voteData);
|
|
// dump("打印参数",$voteData);
|
|
// dump("打印参数",$voteData);
|
|
http_post_json(getenv('VOTE_MENU_URL'), $voteData);
|
|
http_post_json(getenv('VOTE_MENU_URL'), $voteData);
|
|
}
|
|
}
|