红包配置信息接口
This commit is contained in:
@@ -116,4 +116,12 @@ class Redpacket extends BaseCom
|
||||
}
|
||||
return V(1, '获取成功', $result);
|
||||
}
|
||||
|
||||
//红包配置信息
|
||||
public function redpacketConfig(){
|
||||
|
||||
$result['red_packet_min_amount'] = get_system_config_value('red_packet_min_amount') ?? 0;
|
||||
$result['red_packet_fee'] = get_system_config_value('red_packet_fee') ?? 0;
|
||||
return V(1, '获取成功', $result);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user