Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
introducer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
introducer
Commits
dcbefd48
Commit
dcbefd48
authored
Jan 17, 2024
by
sugar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提现
parent
a13d496f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
application/lib/utils/WXPay/WXPayConstants.php
application/lib/utils/WXPay/WXPayConstants.php
+1
-1
No files found.
application/lib/utils/WXPay/WXPayConstants.php
View file @
dcbefd48
...
@@ -436,7 +436,7 @@ class WXPayConstants
...
@@ -436,7 +436,7 @@ class WXPayConstants
//请求参数
//请求参数
$data
=
[
$data
=
[
'appid'
=>
$that
->
APPID
,
//申请商户号的appid或商户号绑定的appid(企业号corpid即为此appid)
'appid'
=>
$that
->
APPID
,
//申请商户号的appid或商户号绑定的appid(企业号corpid即为此appid)
'out_batch_no'
=>
'ycz'
.
date
(
'Ymd'
)
.
mt_rand
(
1000
,
9999
),
//商户系统内部的商家批次单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一
'out_batch_no'
=>
'ycz'
.
date
(
'Ymd'
)
.
mt_rand
(
1000
00
,
99
9999
),
//商户系统内部的商家批次单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一
'batch_name'
=>
$body
,
//该笔批量转账的名称
'batch_name'
=>
$body
,
//该笔批量转账的名称
'batch_remark'
=>
$body
,
//转账说明,UTF8编码,最多允许32个字符
'batch_remark'
=>
$body
,
//转账说明,UTF8编码,最多允许32个字符
'total_amount'
=>
floatval
(
$total_fee
),
//转账金额单位为“分”。转账总金额必须与批次内所有明细转账金额之和保持一致,否则无法发起转账操作
'total_amount'
=>
floatval
(
$total_fee
),
//转账金额单位为“分”。转账总金额必须与批次内所有明细转账金额之和保持一致,否则无法发起转账操作
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment