Commit 3062ffa8 authored by 黎博's avatar 黎博

去掉vcc造数据214、217渠道限制

parent 4ed4a6b4
...@@ -26,9 +26,9 @@ public class VccGenController { ...@@ -26,9 +26,9 @@ public class VccGenController {
if (status !=1 && status !=2 && status !=3 && status !=4) { if (status !=1 && status !=2 && status !=3 && status !=4) {
return JsonResult.clientFailed("状态值必须是1、2、3、4中的一个!"); return JsonResult.clientFailed("状态值必须是1、2、3、4中的一个!");
} }
if (!channel.equals("214") && !channel.equals("217")) { // if (!channel.equals("214") && !channel.equals("217")) {
return JsonResult.clientFailed("渠道必须为214或217"); // return JsonResult.clientFailed("渠道必须为214或217");
} // }
VccOpenResultVo result = vccDataService.makeVccUser(namespace, phoneNo, channel, status); VccOpenResultVo result = vccDataService.makeVccUser(namespace, phoneNo, channel, status);
if (result == null) { if (result == null) {
return JsonResult.serverFailed(); return JsonResult.serverFailed();
......
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