You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
301 B
14 lines
301 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuMpWithdraw' => '服务商提现',
|
|
'mp_withdraw' => '服务商提现',
|
|
],
|
|
'fields' => [
|
|
'mp_id' => '关联的服务商id',
|
|
'money' => '提现金额',
|
|
'status' => '提现状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|