|
|
@@ -1415,7 +1415,7 @@ class TestController extends BaseController
|
|
|
{
|
|
|
ini_set('memory_limit', '2045M');
|
|
|
set_time_limit(0);
|
|
|
- $shopId = 3;
|
|
|
+ $shopId = 23580;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店,编号677230');
|
|
|
@@ -1431,7 +1431,7 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $list = CustomRechargeClass::getAllByCondition(['shopId' => $shopId, 'customId' => 1839], null, 'id,orderSn,returnCode', null, true);
|
|
|
+ $list = CustomRechargeClass::getAllByCondition(['shopId' => $shopId, 'customId' => 95208], null, 'id,orderSn,returnCode', null, true);
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $k => $v) {
|
|
|
$returnCode = $v->returnCode ?? '';
|