Update
parent
a5ba159e5b
commit
41ba178993
|
|
@ -78,7 +78,7 @@ class FormatJsonResponse
|
|||
}
|
||||
|
||||
return array_merge([
|
||||
'code' => 0,
|
||||
'code' => 200,
|
||||
'data' => null,
|
||||
'message' => 'ok',
|
||||
], $data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue