wesmiler преди 1 седмица
родител
ревизия
cccca85ab2
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      app/Services/PaymentService.php

+ 4 - 4
app/Services/PaymentService.php

@@ -943,18 +943,18 @@ class PaymentService extends BaseService
                     '_action' => 'mch_transfer', // 微信官方老版本下线后,此部分可省略
                     'appid' => $appid,
                     'out_bill_no' => $outTradeNo,
-                    'transfer_scene_id' => '1000',
+                    'transfer_scene_id' => '10053',
                     'openid' => $account,
                     'transfer_amount' => intval($amount * 100),
                     'transfer_remark' => $body?$body:'收入提现',
                     'user_recv_perception' => $body? $body : '收入提现',
                     "transfer_scene_report_infos"=> [
                         [
-                            "info_type" => "活动名称",
-                            "info_content" => "收入提现"
+                            "info_type" => "收益类型",
+                            "info_content" => "收入"
                         ],
                         [
-                            "info_type" => "奖励说明",
+                            "info_type" => "收益说明",
                             "info_content" => "用户收入提现"
                         ]
                     ],