调整命名

develop
fantasticbin 2 years ago
parent 10c669e002
commit 3a1f888c5d

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