1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- /**
- * DayPayLogic.php UTF-8
- *
- *
- * @date : 2017/12/18 11:42
- *
- * @license 这不是一个自由软件,未经授权不许任何使用和传播。
- * @author : liguanglong <lgl@huosdk.com>
- * @version : HUOSDK 8.0
- */
- namespace huo\logic\data;
- use huo\model\common\CommonModel;
- use huo\model\data\DayAgentGameCountryModel;
- use huo\model\data\DayAgentGameCountryVipModel;
- use huo\model\data\PayModel;
- use huo\model\district\CountryConfModel;
- use huo\model\member\MemberVipModel;
- use huo\model\member\VipModel;
- use think\Config;
- class ChannelDataLogic extends CommonModel {
- public function getList($start_time = null, $end_time = null, $pageSize = 0){
- }
- }
|