From 0ebcd49f493f95bc704a6dd5bff51baf8b4c793e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 3 Dec 2021 17:45:10 +0800 Subject: [PATCH] 1 --- doc/User.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/User.py b/doc/User.py index af42768..ae9780d 100644 --- a/doc/User.py +++ b/doc/User.py @@ -27,7 +27,7 @@ class User(object): 'params': [ _common.ReqHead(), ['name', 0, '名字'], - ['name_sign', 0, '名字签名'], + ['name_sign', '', '名字签名'], ], 'response': [ _common.RspHead(), @@ -41,7 +41,7 @@ class User(object): 'params': [ _common.ReqHead(), ['name', 0, '昵称'], - ['name_sign', 0, '名字签名'], + ['name_sign', '', '名字签名'], ['sex', 0, '性别'], ['head_id', 0, '头像id'], ['head_frame', 0, '头像框'],