wugg 3 anos atrás
pai
commit
8d89c6436b
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      app/admin/controller/Log.php

+ 0 - 2
app/admin/controller/Log.php

@@ -171,8 +171,6 @@ class Log extends BaseController
         if (empty($apply_id) || $apply_id['code'] != 0) {
             return error_show(1002, "用户数据不存在");
         }
-        $type = \think\facade\Config::get("order");
-        $info['order_type_cn']=$type["order_type"][$info['order_type']];
         $rm = isset($apply_id["data"]['id']) ? $apply_id["data"]['id'] : "";
         $read= Db::name("order_msg")->where(["id"=>$id,"uid"=>$rm])->save(["is_read"=>1,"updatetime"=>date("Y-m-d H:i:s")]);
         return $read?app_show(0,"已读成功"):app_show(1003,"已读失败");