|
|
@@ -858,14 +858,14 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'CL29416751';
|
|
|
+ $orderSn = 'CL29443345';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|
|
|
'tradeNo' => '66224623283235',
|
|
|
];
|
|
|
$response = $laResource->query($queryParams, 1);
|
|
|
echo "<pre>";
|
|
|
- print_r($response);
|
|
|
+ //print_r($response);
|
|
|
util::stop();
|
|
|
$code = $response['code'] ?? '';
|
|
|
if ($code == 'BBS00000') {
|