|
|
@@ -987,7 +987,7 @@ class TestController extends BaseController
|
|
|
//交易查询 ssh 20231021
|
|
|
public function actionTradeQuery()
|
|
|
{
|
|
|
- $shopId = 7855;
|
|
|
+ $shopId = 7779;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店,编号677230');
|
|
|
@@ -1003,7 +1003,7 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'CG30510277';
|
|
|
+ $orderSn = 'CG30574681';
|
|
|
$tradeNo = '66223788481731';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|