소스 검색

ios充值加下标题

lizhen_gitee 1 년 전
부모
커밋
f348beb975
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Payios.php

+ 1 - 1
application/api/controller/Payios.php

@@ -15,7 +15,7 @@ class Payios extends Api
 
     //vip ios用的
     public function vip_config_ios(){
-        $list = Db::name('payvip_config_ios')->field('id,money,days,title,bundle_id,is_lianxu')->where('is_show',1)->order('weight asc,id asc')->select();
+        $list = Db::name('payvip_config_ios')->field('id,money,days,title,down_title,bundle_id,is_lianxu')->where('is_show',1)->order('weight asc,id asc')->select();
         $data['vipconfig'] = $list;
         $data['vip_endtime'] = model('wallet')->getWallet($this->auth->id,'vip_endtime');
         $data['is_vip'] = $data['vip_endtime'] > time() ? 1 : 0;