|
|
@@ -993,7 +993,7 @@ class TestController extends BaseController
|
|
|
//交易查询 ssh 20231021
|
|
|
public function actionTradeQuery()
|
|
|
{
|
|
|
- $shopId = 40212;
|
|
|
+ $shopId = 15289;
|
|
|
$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 = 'CG30754216';
|
|
|
+ $orderSn = 'CG30760064';
|
|
|
$tradeNo = '66223936904050';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|
|
|
@@ -1018,7 +1018,7 @@ class TestController extends BaseController
|
|
|
$response = $laResource->query($queryParams, 0);
|
|
|
echo "<pre>";
|
|
|
print_r($response);
|
|
|
- util::stop();
|
|
|
+ //util::stop();
|
|
|
if (isset($response['code']) && $response['code'] == 'BBS00000') {
|
|
|
$capitalType = dict::getDict('capitalType', 'xhPurchase', 'id');
|
|
|
$connection = Yii::$app->db;
|