|
|
@@ -451,7 +451,8 @@ class TestController extends BaseController
|
|
|
//['name' => '惠州美天鲜花水口店', 'merchantNo' => '8225950599200CY', 'wx' => [827536311, 827535872], 'zfb' => '2088080848565460'],
|
|
|
//['name' => '宿州万花城鲜花', 'merchantNo' => '82237405992003F', 'wx' => [840725899, 840726149], 'zfb' => '2088180514587023'],
|
|
|
//['name' => '蚌埠云采鲜花批发', 'merchantNo' => '82236305992003R', 'wx' => [840974082, 840973879], 'zfb' => '2088180525938209'],
|
|
|
- ['name' => '昆明源花汇鲜花', 'merchantNo' => '8227310599200Y7', 'wx' => [847054539, 847054222], 'zfb' => '2088180838553432'],
|
|
|
+ //['name' => '昆明源花汇鲜花', 'merchantNo' => '8227310599200Y7', 'wx' => [847054539, 847054222], 'zfb' => '2088180838553432'],
|
|
|
+ ['name' => '宝鸡美婷鲜花批发', 'merchantNo' => '82279305992004N', 'wx' => [847681058, 847680856], 'zfb' => '2088180872582801'],
|
|
|
['name' => '深圳鼎盛皇室花卉', 'merchantNo' => '8225840599201MF', 'wx' => [807078304, 807076486], 'zfb' => '2088970117746334'],
|
|
|
//['name' => '东莞惠雅鲜花(莞城店)', 'merchantNo' => '8226020599200GJ', 'wx' => [796953190, 796976959], 'zfb' => '2088770940104912'],
|
|
|
//['name' => '东莞惠雅鲜花(南城店)', 'merchantNo' => '8226020599200JK', 'wx' => [802315656, 802315755], 'zfb' => '2088870583889365'],
|
|
|
@@ -964,7 +965,7 @@ class TestController extends BaseController
|
|
|
//交易查询 ssh 20231021
|
|
|
public function actionTradeQuery()
|
|
|
{
|
|
|
- $shopId = 79108;
|
|
|
+ $shopId = 7855;
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (empty($shop)) {
|
|
|
util::stop('没有找到门店,编号677230');
|
|
|
@@ -980,13 +981,13 @@ class TestController extends BaseController
|
|
|
'lklCertificatePath' => $lklCertificatePath,
|
|
|
];
|
|
|
$laResource = new Lakala($params);
|
|
|
- $orderSn = 'CG29798262';
|
|
|
- $tradeNo = '66223126348611';
|
|
|
+ $orderSn = 'CG29953307';
|
|
|
+ $tradeNo = '';
|
|
|
$queryParams = [
|
|
|
'orderSn' => $orderSn,
|
|
|
'tradeNo' => $tradeNo,
|
|
|
];
|
|
|
- $response = $laResource->query($queryParams, 1);
|
|
|
+ $response = $laResource->query($queryParams, 0);
|
|
|
echo "<pre>";
|
|
|
print_r($response);
|
|
|
util::stop();
|