|
|
@@ -21,8 +21,7 @@ class TestController extends BaseController
|
|
|
//收银台订单查询 ssh 20231026
|
|
|
public function actionTradeQuery()
|
|
|
{
|
|
|
- //$shopId = 36524;
|
|
|
- $shopId = 1;
|
|
|
+ $shopId = 36524;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::fail('没有找到门店');
|
|
|
@@ -38,8 +37,7 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- //$orderSn = 'KD_CS61235138';
|
|
|
- $orderSn = 'KD26449727';
|
|
|
+ $orderSn = 'KD_CS61235138';
|
|
|
$cashParams = [
|
|
|
'out_order_no' => $orderSn,
|
|
|
];
|