Action()
{
web_set_max_html_param_len("1024");
web_reg_find("Text=Users initial success",
"SaveCount=Count",
LAST);
web_reg_save_param("error",
"LB=",
"RB=",
"NotFound=ERROR",
"Search=Body",
LAST);
lr_start_transaction("用户数据初始化");
web_custom_request("MSP-SSR",
"Method=GET",
"URL={uid\}",
"TargetFrame=",
LAST);
if (atoi(lr_eval_string("{Count}")) > 0){
lr_end_transaction("用户数据初始化", LR_PASS);
}
else{
lr_end_transaction("用户数据初始化", LR_FAIL);
lr_error_message("异常uid=【%s】,异常=【%s】",lr_eval_string("{uid}"),lr_eval_string("{error}"));
return(0);
}
return 0;
}
阅读(1322) | 评论(0) | 转发(0) |