|
|
@@ -842,7 +842,7 @@ class TestController extends BaseController
|
|
|
|
|
|
public function actionClearQuery()
|
|
|
{
|
|
|
- $shopId = 8249;
|
|
|
+ $shopId = 91064;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店信息呢');
|
|
|
@@ -858,15 +858,15 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'CL29416751';
|
|
|
+ $orderSn = 'CL29443345';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|
|
|
- //'tradeNo' => '66222923861204',
|
|
|
+ 'tradeNo' => '66224623283235',
|
|
|
];
|
|
|
- $response = $laResource->query($queryParams, 0);
|
|
|
+ $response = $laResource->query($queryParams, 1);
|
|
|
echo "<pre>";
|
|
|
print_r($response);
|
|
|
- util::stop();
|
|
|
+ //util::stop();
|
|
|
$code = $response['code'] ?? '';
|
|
|
if ($code == 'BBS00000') {
|
|
|
$retData = $response['resp_data'];
|