WIN-2308041133\Administrator 5 ヶ月 前
コミット
744b5c1ff5

+ 1 - 0
application/api/controller/Lave.php

@@ -247,6 +247,7 @@ class Lave extends Api
                 } else if ($where['from'] == 'weixinh5') {
                     $jsConfig = LaveRepository::h5PaySign($this->cid, $orderId, $plan_record);
                 } else {
+                    @file_put_contents("quanju3.txt", $return_web . "-返回地址3\r\n", 8);
                     $jsConfig = LaveRepository::wxPaySign($this->cid, $orderId, $plan_record, $return_web);
                 }
             } catch (\Exception $e) {

+ 2 - 2
extend/liuniu/repositories/LaveRepository.php

@@ -88,9 +88,9 @@ class LaveRepository
      * @return array|string
      * @throws Exception
      */
-    public static function wxpaySign($cid, $orderId,$plan_record, $field = "order_id",$return_web ='')
+    public static function wxpaySign($cid, $orderId,$plan_record, $field = "order_id",$return_web = '')
     {
-
+        @file_put_contents("quanju3.txt", $return_web . "-返回地址4\r\n", 8);
         $openid = UserRelation::userIdToOpenId($plan_record['uid']);
         if ($plan_record['uid']==6779||$plan_record['uid']==12125||$plan_record['uid']==63){
             $username = User::where('id',$plan_record['uid'])->value('username');