Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aimeiyue
service
Commits
ce4a8696
Commit
ce4a8696
authored
Jan 10, 2025
by
lizhilin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
64157074
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
app/Admin/Controllers/HfCompanyMemberController.php
+1
-1
app/Http/Controllers/Api/OrderController.php
+3
-0
No files found.
app/Admin/Controllers/HfCompanyMemberController.php
View file @
ce4a8696
...
@@ -170,7 +170,7 @@ protected function form()
...
@@ -170,7 +170,7 @@ protected function form()
->
autoUpload
()
->
autoUpload
()
->
required
()
->
required
()
->
help
(
'内容须包含三证合一证件照、法人身份证正面照、法人身份证反面照、开户银行许可证照。 压缩 zip包后上传,最大限制为 9 M'
);
//hf
->
help
(
'内容须包含三证合一证件照、法人身份证正面照、法人身份证反面照、开户银行许可证照。 压缩 zip包后上传,最大限制为 9 M'
);
//hf
$form
->
text
(
'card_no'
,
'银行卡号'
)
->
required
();
$form
->
text
(
'card_no'
,
'银行卡号
(对公)
'
)
->
required
();
$form
->
text
(
'card_name'
,
'银行卡对应的户名'
)
->
required
();
$form
->
text
(
'card_name'
,
'银行卡对应的户名'
)
->
required
();
$form
->
hidden
(
'audit_state'
);
$form
->
hidden
(
'audit_state'
);
$form
->
hidden
(
'audit_desc'
);
$form
->
hidden
(
'audit_desc'
);
...
...
app/Http/Controllers/Api/OrderController.php
View file @
ce4a8696
...
@@ -540,6 +540,9 @@ public function scanCodeVerifi(Request $request)
...
@@ -540,6 +540,9 @@ public function scanCodeVerifi(Request $request)
if
(
$result
[
'errcode'
]
!=
0
)
{
if
(
$result
[
'errcode'
]
!=
0
)
{
throw
new
Exception
(
$result
[
'errmsg'
]);
throw
new
Exception
(
$result
[
'errmsg'
]);
}
else
{
}
else
{
$orderObj
->
shipping_type
=
4
;
$orderObj
->
shipping_goods
=
$ogItem
->
shipping_goods
;
$orderObj
->
shipping_at
=
date
(
"Y-m-d H:i:s"
);
$orderObj
->
save
();
$orderObj
->
save
();
}
}
...
...
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