@@ -321,6 +321,11 @@ class OrderService
*/
public function getCheckOrder($checkCode=[])
{
+ $result = [
+ 'status' => 1,
+ 'msg' => '',
+ 'data' => [],
+ ];
try {
if (!empty($checkCode)) {
$where['check_code'] = ['in', $checkCode];