|
|
@@ -209,7 +209,7 @@ class TestController extends BaseController
|
|
|
|
|
|
public function actionRefundQuery()
|
|
|
{
|
|
|
- $shopId = 36523;
|
|
|
+ $shopId = 520;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店');
|
|
|
@@ -227,7 +227,7 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'RD_CS28000336';
|
|
|
+ $orderSn = 'RD25416393';
|
|
|
$data = [
|
|
|
'orderSn' => $orderSn,
|
|
|
];
|