wesmiler 1 週間 前
コミット
52455398f2
1 ファイル変更6 行追加6 行削除
  1. 6 6
      app/Services/PaymentService.php

+ 6 - 6
app/Services/PaymentService.php

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