|
|
@@ -1431,7 +1431,7 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $list = CustomRechargeClass::getAllByCondition(['shopId' => $shopId, 'customId' => 38214], null, 'id,orderSn,returnCode', null, true);
|
|
|
+ $list = CustomRechargeClass::getAllByCondition(['shopId' => $shopId, 'customId' => 38104], null, 'id,orderSn,returnCode', null, true);
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $k => $v) {
|
|
|
$returnCode = $v->returnCode ?? '';
|