|
|
@@ -970,7 +970,7 @@ class TestController extends BaseController
|
|
|
//交易查询 ssh 20231021
|
|
|
public function actionTradeQuery()
|
|
|
{
|
|
|
- $shopId = 79108;
|
|
|
+ $shopId = 7855;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店,编号677230');
|
|
|
@@ -986,13 +986,13 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'CG29798262';
|
|
|
- $tradeNo = '66223126348611';
|
|
|
+ $orderSn = 'CG29953307';
|
|
|
+ $tradeNo = '';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|
|
|
'tradeNo' => $tradeNo,
|
|
|
];
|
|
|
- $response = $laResource->query($queryParams, 1);
|
|
|
+ $response = $laResource->query($queryParams, 0);
|
|
|
echo "<pre>";
|
|
|
print_r($response);
|
|
|
util::stop();
|