This commit is contained in:
gaofeng
2026-05-13 09:33:12 +08:00
parent 9c814d60ee
commit baf6e27431
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
const COMPANY_TITLE='hzjw';
const MODEL = 'mala';
const PAYMODEL = 'tyatjyzxmala';
const PAY_MARK = 'tyatjyzxmala';

View File

@@ -16,6 +16,7 @@ class News extends Base
$size = input('size') ? input('size') : 10;
$news_list = Httpcurl::request(config('app.NEWS_LIST'), 'post', [
'type' => MODEL,
'company'=>COMPANY_TITLE,
'page' => $page,
'size' => $size,
]);