laowu 1 周之前
父节点
当前提交
65056d66c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/PayPlus.php

+ 1 - 1
app/Services/PayPlus.php

@@ -186,7 +186,7 @@ class PayPlus
         Util::WriteLog('PayPlus', 'Query PayPlus order: ' . json_encode($payload));
 
         return $this->postPayinPath(
-            $this->config['query_path'] ?? '/up-apis/merchant/payment/query',
+            $this->config['query_path'] ?? '/up-apis/merchant/payment/detail',
             $payload
         );
     }