调整命名

This commit is contained in:
fantasticbin 2022-11-07 16:38:48 +08:00
parent 10c669e002
commit 3a1f888c5d

View File

@ -7,8 +7,8 @@ interface UserExternalServiceInterface
/** /**
* 通过微信授权新建用户 * 通过微信授权新建用户
* *
* @param string $open_id * @param string $openid
* @return array * @return array
*/ */
public function wechatNewUser(string $open_id) : array; public function wechatNewUser(string $openid) : array;
} }