Commit c95a7ec2 by fudahua

secret接口更改

parent 95a76b36
......@@ -232,7 +232,7 @@ public class WxEnterpriseController extends WebBaseController{
if (CollectionUtils.isEmpty(secretTypeList)) {
return resultResponse(HaoBanErrCode.ERR_1,false);
}
if (secretTypeList.contains(SecretTypeEnum.HAOBAN_HELP)&&secretTypeList.contains(SecretTypeEnum.CONTACT_CUSTOMER)) {
if (secretTypeList.contains(SecretTypeEnum.HAOBAN_HELP.getVal())&&secretTypeList.contains(SecretTypeEnum.CONTACT_CUSTOMER.getVal())) {
return resultResponse(HaoBanErrCode.ERR_1,true);
}else{
return resultResponse(HaoBanErrCode.ERR_1,false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment