Commit 406b521b by 冷斌

add

parent c5707172
......@@ -155,8 +155,7 @@ class Api_Home extends PhalApi_Api {
// 福利袋
$welfare = DI()->notorm->welfare_rate->select('rate')->where('id=1')->fetchOne();
var_dump($welfare);
die;
$info['welfare_price'] = $welfare['rate'];
$rs['info'][0] = $info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment