wupengfei 3 年之前
父節點
當前提交
d2d14742a1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      application/api/controller/Expedite.php

+ 2 - 1
application/api/controller/Expedite.php

@@ -166,10 +166,11 @@ class Expedite extends Base
      * @return name:max_integral type:string default:-- desc:每日分享活得积分上限
      * @return name:live_preview type:string default:-- desc:看直播预告积分奖励
      * @return name:share_poster type:string default:-- desc:分享海报
+     * @return name:integral_top_image type:string default:-- desc:积分商城顶部图片
      */
 
     public function getPlatFormSet(){
-        $con_name =['login_header','login_title','fun_poster','share_integral','max_integral','live_preview','share_poster'];
+        $con_name =['login_header','login_title','fun_poster','share_integral','max_integral','live_preview','share_poster','integral_top_image'];
         $set = Db::table('system_config')->where('name','in',$con_name)->select();
         $ret = [];
         foreach ($set as $value) {