colly_wyx
2018-06-13 e4d5467f055ece8cc9dfdc02dd836bcc187034a5
Yfs/Api/Ad.php
@@ -30,6 +30,7 @@
     */
    public function getAd(){
        $rs = array('code' => 0, 'msg' => '', 'info' => array());
        $data_daily_service = new Domain_DataDaily();
        $res_avg = $data_daily_service->getUserDataAvg($this->user_id, $this->start_time, $this->end_time);
        $ad_service = new Domain_Ad();
        $ad = $ad_service->getAd();