From 427ead4e6154ab7a777f4c6bebf409d0e80331de Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 17 Mar 2023 13:35:04 +0800 Subject: [PATCH] 1 --- webapp/controller/FragmentController.class.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webapp/controller/FragmentController.class.php b/webapp/controller/FragmentController.class.php index a3d68504..6761b39d 100644 --- a/webapp/controller/FragmentController.class.php +++ b/webapp/controller/FragmentController.class.php @@ -40,7 +40,14 @@ class FragmentController extends BaseAuthedController // } $meta = mt\Parameter::getByName('jigsaw_merge_h_price'); $mint = $meta ? $meta['param_value'] : 100; - $hero = array(30700,30900,31000); + $hero = array( + 30100, + 30500, + 30600, + 30700, + 30900, + 31000 + ); $this->_rspData(array( 'list' => $hero, 'mint' => $mint