|
@@ -243,8 +243,8 @@ public class WxPortalController extends ApiBaseController {
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "params", paramType = "body")
|
|
|
})
|
|
|
- @PostMapping("getDistributorList")
|
|
|
- public Object updateUser() {
|
|
|
+ @PostMapping("updateOrgUser")
|
|
|
+ public Object updateOrgUser() {
|
|
|
ParameterObject obj = getParameterObject();
|
|
|
obj.checkParameterNotNull("userId,IsConsignee");
|
|
|
String userId = obj.getString("userId");
|