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