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