Browse Source

各处时间格式

lizhen_gitee 9 months ago
parent
commit
b37733c878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Usercenter.php

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

@@ -599,7 +599,7 @@ class Usercenter extends Api
                 //hours转换
                 $val['hours'] = floatval($val['hours']);
                 //日期
-                $val['showtime_text'] = $this->datetime_lang($val['starttime']);
+                $val['showtime_text'] = $this->weektime_lang($val['starttime']);
             }
         }