Commit bc459a0c by 徐高华

加密类型

parent 14b0149c
......@@ -192,10 +192,10 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
if(mix3th && mixdk) {
return 2 ;
}
if(!mix3th && mixdk) {
if(mix3th && !mixdk) {
return 3 ;
}
if(mix3th && !mixdk) {
if(!mix3th && mixdk) {
return 4 ;
}
return 0 ;
......
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