dev
Jing Li 2022-10-17 10:14:05 +08:00
parent a5ba159e5b
commit 41ba178993
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class FormatJsonResponse
} }
return array_merge([ return array_merge([
'code' => 0, 'code' => 200,
'data' => null, 'data' => null,
'message' => 'ok', 'message' => 'ok',
], $data); ], $data);