修改用户基本信息
语法格式:
修改用户基本信息:
UpdateUserBasicInfo(string userid,string truename, string nickname, string telephone, string idcard, string remarks,string signature, string sex, string email, string country, string province, string city, string birthday)
参数一(必填):userid 用户id
参数二(必填):truename 真实姓名
参数三(必填):nickname 昵称
参数四(必填):telephone 手机号
参数五(必填):idcard 身份证号
参数六(必填):remarks 备注
参数七(必填):signature 个性签名
参数八(必填):sex 性别
参数九(必填):email 邮箱地址
参数十(必填):country 国家
参数十一(必填):province 省
参数十二(必填):city 市
参数十三(必填):birthday 生日
返回值:true
前端javascript调用数据库存储过程示例(可在编辑区域修改参数):
U.A.Request(US.AUTH, ["UpdateUserBasicInfo","fa92aac5-4134-449f-9659-0dc12f4f68e9","胡汉三","测试后台","15812345678","","","",true,"","","","","1999-09-01"],AsynFun);
运行结果展示区域:
前端javascript调用示例:
U.A.Request(US.AUTH, ["UpdateUserBasicInfo","fa92aac5-4134-449f-9659-0dc12f4f68e9","胡汉三","测试后台","15812345678","","","",true,"","","","","1999-09-01"],AsynFun);