|
|
@@ -305,8 +305,7 @@ public class users extends Controller {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @API(title = "创建美大终端客户", apiversion = R.ID2025082114174203.v1.class)
|
|
|
- @CACHEING_CLEAN(apiversions = {users.class})
|
|
|
+ @API(title = "创建美大终端客户", apiversion = R.ID2025082114174203.v1.class, accesstoken = false)
|
|
|
public String inser_user() throws YosException {
|
|
|
long userid = 0;//新增时传0
|
|
|
String name = content.getString("name");
|