|
|
|
@ -223,12 +223,12 @@ class WapBasic extends Controller |
|
|
|
|
/** |
|
|
|
|
* 绑定微信 |
|
|
|
|
* @param Request $request |
|
|
|
|
* @param User $account |
|
|
|
|
* @param $account |
|
|
|
|
* @throws DataNotFoundException |
|
|
|
|
* @throws DbException |
|
|
|
|
* @throws ModelNotFoundException |
|
|
|
|
*/ |
|
|
|
|
public function bindWeixin(Request $request, User $account): void |
|
|
|
|
public function bindWeixin(Request $request, $account): void |
|
|
|
|
{ |
|
|
|
|
[$ucode, $spid, $spread, $iv, $encryptedData, $type, $username, $currentAvatar] = UtilService::postMore([ |
|
|
|
|
['ucode', ''], |
|
|
|
|