|
|
@@ -2730,7 +2730,7 @@ class WriteSportsController extends BaseController
|
|
|
$v['c_time'] = date('Y-m-d H:i:s',time());
|
|
|
$v['u_time'] = date('Y-m-d H:i:s',time());
|
|
|
$v['source'] = $source;
|
|
|
- $v['play_data'] = json_encode($v['play_data']);
|
|
|
+ $v['play_data'] = json_encode($v['play_data'],JSON_UNESCAPED_UNICODE);
|
|
|
|
|
|
$ret = $models['model_result_express']::insert($v);
|
|
|
if ($ret != true) throw new \Exception(Response::generate($gameName . ';', Response::SET_MATCH_R_ERR));
|