openid
parent
ca8983957a
commit
93e30b0496
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue