|
|
@@ -302,7 +302,7 @@ class TestController extends BaseController
|
|
|
//退款操作 ssh 20231029
|
|
|
public function actionRefund()
|
|
|
{
|
|
|
- $shopId = 36524;
|
|
|
+ $shopId = 13626;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::fail('没有找到门店15');
|
|
|
@@ -322,8 +322,8 @@ class TestController extends BaseController
|
|
|
$refundOrderSn = orderSn::getCgRefundSn();
|
|
|
$refundPrice = 0.01;
|
|
|
$refundFee = bcmul($refundPrice, 100);
|
|
|
- $orderSn = 'KD_CS61235203';
|
|
|
- $originTradeNo = '20231030110113230266215266468756';
|
|
|
+ $orderSn = 'KD26628409';
|
|
|
+ $originTradeNo = '20250815110113130166222385664461';
|
|
|
//$originLogNo = '66215266025626';
|
|
|
$aliParams = [
|
|
|
'refundSn' => $refundOrderSn,
|