用户权限数据迁移
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
start_row | Number | 可选 | 0 |
|
开始行数 |
page_size | Number | 可选 | 500 |
|
每一次查询行数 |
user_nick | String | 可选 | zizhanghaotest | 用户名称 | |
modify_time | String | 可选 | 2018-03-22 12:05:00 | 修改时间 | |
action_type | Number | 可选 | 0 |
|
0:查询用户表,1:查出用户删除表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopResultSet | demo | result |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripHotelEbookingUserAuthMoveRequest req = new AlitripHotelEbookingUserAuthMoveRequest(); req.setStartRow(0L); req.setPageSize(500L); req.setUserNick("zizhanghaotest"); req.setModifyTime("2018-03-22 12:05:00"); req.setActionType(0L); AlitripHotelEbookingUserAuthMoveResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<alitrip_hotel_ebooking_user_auth_move_response> <result> <error>demo</error> <error_code>demo</error_code> <error_msg>demo</error_msg> <first_result> <app_name>Ebooking</app_name> <app_name_str>Ebookng</app_name_str> <area>华南</area> <city>杭州</city> <comments>博川测试添加</comments> <except_privileges>null</except_privileges> <extend>null</extend> <gmt_crepate>2015-07-29 17:16:20</gmt_crepate> <gmt_modified>2015-07-29 17:16:20</gmt_modified> <hotel_entities> <string>null</string> </hotel_entities> <id>10</id> <ip_address>null</ip_address> <last_modified_account>zhaochuan.zc</last_modified_account> <manage_type>1</manage_type> <management_entities>null</management_entities> <notification_ways>null</notification_ways> <operator>zander</operator> <role>null</role> <seller_entities> <string>null</string> </seller_entities> <seller_id>2049618271</seller_id> <seller_t_b_account>1111vvc2</seller_t_b_account> <signing_t_b_account>1111tta3</signing_t_b_account> <status>0</status> <vendor>321aaa</vendor> <role_id>19244</role_id> <create_account>zhaochuan.zc</create_account> </first_result> <has_next>demo</has_next> <results> <seller_authority_do> <app_name>Ebooking</app_name> <app_name_str>Ebooking</app_name_str> <area>华东</area> <city>杭州</city> <comments>博川测试添加</comments> <create_account>zhaochuan.zc</create_account> <except_privileges>null</except_privileges> <extend>null</extend> <gmt_crepate>2015-07-29 17:16:20</gmt_crepate> <gmt_modified>2015-07-29 17:16:20</gmt_modified> <hotel_entities> <string>null</string> </hotel_entities> <id>10</id> <ip_address>null</ip_address> <last_modified_account>zhaochuan.zc</last_modified_account> <manage_type>1</manage_type> <management_entities>null</management_entities> <notification_ways>null</notification_ways> <operator>zander</operator> <role>null</role> <seller_entities> <string>null</string> </seller_entities> <seller_id>2049618271</seller_id> <seller_t_b_account>1111vvc2</seller_t_b_account> <signing_t_b_account>1111tta3</signing_t_b_account> <status>1</status> <vendor>321aaa</vendor> <role_id>1</role_id> </seller_authority_do> </results> <success>false</success> <total_results>demo</total_results> <warn_message>demo</warn_message> </result> </alitrip_hotel_ebooking_user_auth_move_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|