6
0
Fork 0
base
panliang 2026-06-18 16:51:39 +08:00
parent ca8983957a
commit 93e30b0496
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ class MiniprogramController extends Controller
$phone = data_get($result, 'phone_info.purePhoneNumber');
$openid = $request->input('openid');
if (!$openid) {
throw new BizException("openid 不能为空");
}
try {
DB::beginTransaction();