app/src/main/java/com/hdl/photovoltaic/other/HdlAccountLogic.java
@@ -521,8 +521,8 @@ /** * 绑定认证(手机/邮箱)(C端账号) * * @param memberPhone 手机号(绑定手机号memberEmail参数传空) * @param memberEmail 邮箱(绑定邮箱memberPhone参数传空) * @param memberPhone 手机号(未绑定手机号参数传null) * @param memberEmail 邮箱(未绑定邮箱参数传null) * @param verifyCode 验证码 */ public void bindingAccount_C(String memberPhone, String memberEmail, String verifyCode, CloudCallBeak<Boolean> cloudCallBeak) {